-
Notifications
You must be signed in to change notification settings - Fork 2
Update #1
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
Update #1
Conversation
jad-hamza
commented
Apr 20, 2021
- Merge master branch from https://github.com/regb/scala-smtlib/
- Make "model" token optional for Z3 4.8.10
- Update Scala versions (match Inox version)
CVC4 1.6 fixed the bug with multiple success on define-funs-rec so I remove that hack from the Interpreter. The CVC4Interpreter will only work with a recent version of CVC4 though, but I don't want to support multiple versions anyway. We can also drop some flags. Go around another CVC4 bug by removing some empty lines in set-source lines, see issue regb#31 for details.
This seems to have broken larabot: http://laraquad4.epfl.ch:9000/epfl-lara/scala-smtlib/build/419 I had to make some configuration changes in the project to allow publishing the larabot check on PRs, it should start working on the next push. |
Thank you for the configuration changes, it's all good now (there were some API changes in scalatest). |