owi icon indicating copy to clipboard operation
owi copied to clipboard

add an option `--no-assert-failure-expression-printing`

Open redianthus opened this issue 1 year ago • 0 comments

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.

redianthus avatar Aug 18 '24 10:08 redianthus