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
Displaying the inner workings of the compiler just adds noise for the end user.
The text was updated successfully, but these errors were encountered:
The REPL already does this, but you can still see the traceback for SyntaxErrors when running a main module, and maybe when compiling one.
Sorry, something went wrong.
I looked into this a while back, and it was a pretty tricky thing to do well.
The way the REPL suppresses these makes them incompatible with doctests. It's easy enough to work around, but not ideal.
No branches or pull requests
Displaying the inner workings of the compiler just adds noise for the end user.
The text was updated successfully, but these errors were encountered: