-
Notifications
You must be signed in to change notification settings - Fork 160
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
FailedAssertion error code should be displaying as integer #1147
Comments
The above code should print out |
Yes, when a program panics due to a failed |
Ah! Makes sense.
Yes, I think that's what's probably is going on. And yes, I think it would probably be better to print out the actual integer value for |
@frisitano - since facebook/winterfell#228 has been merged, we can probably close this issue? |
When displaying the error code associated with a failed assertion we should display it as an integer instead of a field element.
miden-vm/processor/src/errors.rs
Lines 88 to 90 in c097af7
The text was updated successfully, but these errors were encountered: