-
Notifications
You must be signed in to change notification settings - Fork 19
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
compile-time error handling #421
Comments
Adding more details. Consider the following expression, that should throw an error: Such expressions cause the interpreter to throw an The compiler should reflect how the interpreter handles the error. Ideally working with these errors from stacks-core. The generic |
@csgui @smcclellan I don’t understand this issue. Why does it exist, when #386 exists and was closed because we already have |
There are several places in the code where an
InternalError
is being thrown, wrapping anUnchecked
. This should use the proper underlying error to match the interpreter instead.The text was updated successfully, but these errors were encountered: