-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
Raising a BoxExpressionError
is not handled properly?
#964
Comments
I can make a stab at addressing, but I am at a loss for what the right behavior is. For
but I don't know if this is right. |
mmatera
added a commit
that referenced
this issue
Jan 19, 2024
Here we go with a proposal to address #964. The idea is that when an invalid graphics primitive is processed, a pink rectangle is drawn instead. Notice that in WMA no error message is shown in the client. Just the pink background is shown in the image, plus a tooltip in the notebook interface.
This issue handled, although the specific case |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
A
BoxExpressionError
does not seem to be handled properly.How to Reproduce
Evaluate in Django or mathicsscript
Output Given
Expected behavior
Actually, I do not know what is expected. I know that an uncaught exception is not expected. In
mathicsscript
ormathics
, this terminates the session.Your Environment
All environments.
Additional context
Noticed in testing out things for a possible new release.
The text was updated successfully, but these errors were encountered: