Introduce new error handling approach - #22
Merged
Conversation
a new error approach has been introduced
Abdogouhmad
added a commit
that referenced
this pull request
Aug 5, 2026
* starting compiler * working on compiler * tectonic compiler is added * minor update check the change log * Major reformation (#22) a new error approach has been introduced * Implement watch command and add CI script for documentation build (#25) * watch command works now * ci and script for building docs
Abdogouhmad
added a commit
that referenced
this pull request
Aug 5, 2026
* init the cli issue I won't go far without having config & compiler crate ready to be used * new command this is just a template I am trying to work on * Config (#17) * major update - config -> engine and project are here - cli -> new command is bounded with config - utils -> are here to help with many things * 0.1.2 - config: - build section is added - miette is impl - cli: - miette error is here * major update - cli -> 2 cmd added one for printing error codes and one for future checking files - diagnostics -> codes are wrapped in one var - lexer -> test case is added * I am trying to config the whole project a reformation may be a good way :( * Majore update 0.1.4 (#16) A huge refactor has been done achieving: - check - command for checking errors within .tex files - new - command with clean approach - code - command now can see error and warning code in org table * 0.1.5 - new command: clean which removes building directory * minor changes check the changlog.md * change the outdir - from build/ -> target/ * 0.1.6 (#19) now the cli has appcontext and cliCommand trait for easy way to generat a command * Implement new error handling and CI for documentation build (#26) * starting compiler * working on compiler * tectonic compiler is added * minor update check the change log * Major reformation (#22) a new error approach has been introduced * Implement watch command and add CI script for documentation build (#25) * watch command works now * ci and script for building docs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
a new error approach has been introduced