We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Part two of use friendly CLI output (part one -- #28).
Refactor Error to consolidate all State*Deserialize and Serialize errors into a single variant.
Error
State*Deserialize
Serialize
Specify diagnostic source code, spans, and help messages for each variant.
Update *Cmds and tests to write errors to OutputWrite -- maybe not? Depends if the Cmd is meant to be the one writing.
*Cmd
OutputWrite
Cmd
Update InMemoryTextOutput for the web to display miette reports.
InMemoryTextOutput
miette
Update book documentation on how to use miette.
The download example uses a workaround to show inner diagnostics to get around the pass-though not working issue:
The text was updated successfully, but these errors were encountered:
Closing -- specific issues should be opened with well-defined scope for each task.
The above tasks are infinitely growing.
Sorry, something went wrong.
No branches or pull requests
Part two of use friendly CLI output (part one -- #28).
Refactor
Error
to consolidate allState*Deserialize
andSerialize
errors into a single variant.Specify diagnostic source code, spans, and help messages for each variant.
Update
*Cmd
s and tests to write errors toOutputWrite
-- maybe not? Depends if theCmd
is meant to be the one writing.Update
InMemoryTextOutput
for the web to displaymiette
reports.Update book documentation on how to use
miette
.The download example uses a workaround to show inner diagnostics to get around the pass-though not working issue:
The text was updated successfully, but these errors were encountered: