alt-ergo icon indicating copy to clipboard operation
alt-ergo copied to clipboard

Stdout used instead of stderr

Open iguerNL opened this issue 3 years ago • 1 comments

  • This behavior is noticed for models (which can be on stdout in the default setting, but we should be able to select a different std)

  • The behavior is also noticed on Alt-Ergo's output on SMT files:

./alt-ergo foo.smt2 2> /dev/null 
; File "foo.smt2", line 1, characters 1-12: I don't know (0.0021) (0 steps) (goal g_1)
unknown

The line ; File "foo.smt2", line 1, characters 1-12: I don't know (0.0021) (0 steps) (goal g_1) above should be sent to stderr

iguerNL avatar Jan 06 '21 19:01 iguerNL

Should be fixed with #408 and #417

ACoquereau avatar Jan 19 '21 09:01 ACoquereau