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

Make WITH-SMT work (on SBCL) #4

Merged
merged 2 commits into from Jun 1, 2021
Merged

Conversation

lukego
Copy link

@lukego lukego commented May 19, 2021

Thank you for writing CL-SMT-LIB! This is great!

Commit message says it all:

This change makes WITH-SMT work and detect solver errors e.g. if the specified solver is not installed. Tested on SBCL.

The previous behaviour was to always drop into the Lisp debugger, initially because the right OUTPUT symbol was not imported.

This change makes WITH-SMT work and detect solver errors e.g. if the
specified solver is not installed. Tested on SBCL.

The previous behaviour was to always drop into the Lisp debugger,
initially because the right OUTPUT symbol was not imported.
@eschulte eschulte merged commit 9ace677 into GrammaTech:master Jun 1, 2021
@eschulte
Copy link
Contributor

eschulte commented Jun 1, 2021

Merged, thanks for the improvements!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants