Skip to content
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

add an option --no-assert-failure-expression-printing #411

Open
zapashcanon opened this issue Aug 18, 2024 · 0 comments
Open

add an option --no-assert-failure-expression-printing #411

zapashcanon opened this issue Aug 18, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@zapashcanon
Copy link
Member

zapashcanon commented Aug 18, 2024

Which would turn:

$ owi c file.c
Assert failure: (i32.ge symbol_0 (i32 0))
Model:
...

into:

$ owi c file.c --no-assert-failure-expression-printing
Assert failure!
Model:
...

It would help to make some CI tests passing, for instance test/c/eacsl/ghost/else.t.

@zapashcanon zapashcanon added enhancement New feature or request good first issue Good for newcomers labels Aug 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant