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
Right now, we just give error messages like BB(Block(0)), meaning that there is some error somewhere in block 0.
BB(Block(0))
If one enables logging, then one gets messages like "block 0 does not end in a terminator" or something like that.
It would be nice if we put that information in the actual error itself, so folks didn't have to enable logging to figure out what went wrong.
The text was updated successfully, but these errors were encountered:
Agreed -- this would be an easy starter PR if someone wants to take it on!
Sorry, something went wrong.
No branches or pull requests
Right now, we just give error messages like
BB(Block(0))
, meaning that there is some error somewhere in block 0.If one enables logging, then one gets messages like "block 0 does not end in a terminator" or something like that.
It would be nice if we put that information in the actual error itself, so folks didn't have to enable logging to figure out what went wrong.
The text was updated successfully, but these errors were encountered: