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
Found during #6062
If you run code that causes a panic (like div by 0) you see the panic output but a nonsense answer below
Similar behavior happens for a function that calls crash
crash
I can see the argument that showing the type sig would be nice so might be worth to keep that still
The text was updated successfully, but these errors were encountered:
it also isn't great with the native repl
» 1 / 0 This Roc code crashed with: "Decimal division by 0!" <function> : Frac *
much of the code is shared between them so I guess that makes sense. Needs improvement!
Sorry, something went wrong.
No branches or pull requests
Found during #6062
If you run code that causes a panic (like div by 0) you see the panic output but a nonsense answer below
Similar behavior happens for a function that calls
crash
I can see the argument that showing the type sig would be nice so might be worth to keep that still
The text was updated successfully, but these errors were encountered: