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

Invalid unknown reason syntax #966

Closed
Stevendeo opened this issue Nov 22, 2023 · 0 comments · Fixed by #975
Closed

Invalid unknown reason syntax #966

Stevendeo opened this issue Nov 22, 2023 · 0 comments · Fixed by #975
Assignees
Labels

Comments

@Stevendeo
Copy link
Collaborator

          This is not a valid syntax. This should be `(:reason-unknown s)` where `s` is a valid s-expression, "Step limit: 3" is not a valid s-expression. It should be something similar to `(:reason-unknown (:step-limit 3))`.

Originally posted by @bclement-ocp in #936 (comment)

bclement-ocp added a commit to bclement-ocp/alt-ergo that referenced this issue Nov 22, 2023
The old format is preserved for legacy messages in the Alt-Ergo format,
but the SMT-LIB format is the default one for pretty-printers, since we
are moving towards preferring the SMT-LIB format.

Fixes OCamlPro#966
Stevendeo pushed a commit to Stevendeo/alt-ergo that referenced this issue Nov 24, 2023
The old format is preserved for legacy messages in the Alt-Ergo format,
but the SMT-LIB format is the default one for pretty-printers, since we
are moving towards preferring the SMT-LIB format.

Fixes OCamlPro#966
bclement-ocp added a commit to Stevendeo/alt-ergo that referenced this issue Nov 24, 2023
The old format is preserved for legacy messages in the Alt-Ergo format,
but the SMT-LIB format is the default one for pretty-printers, since we
are moving towards preferring the SMT-LIB format.

Fixes OCamlPro#966
bclement-ocp added a commit that referenced this issue Nov 24, 2023
The old format is preserved for legacy messages in the Alt-Ergo format,
but the SMT-LIB format is the default one for pretty-printers, since we
are moving towards preferring the SMT-LIB format.

Fixes #966

Co-authored-by: Basile Clément <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants