-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
Full error stack and diagnostics are not printed #51
Comments
This breaks the layout style, but at least we get more info on what failed. Related to #51.
Hints that are buried beneath any level of abstraction from RTICScopeError are not propagated ( |
RecoveryError hints are not properly forwarded. Related to #51.
Hints for hinted errors are now printed as expected. As long as we don't decorate relevant calls with a Reverting to only printing top-level error, for now. |
Related to #51. We should be able to iterate over the errors instead, but this will do meanwhile.
We can |
In
RTICScopeError::render
the error must be printed via{:?}
, but this breaks the layout style. Additionally, diagnostics for some errors (at leastRecoveryError
) are not propagated, and thus not printed.The text was updated successfully, but these errors were encountered: