-
Notifications
You must be signed in to change notification settings - Fork 237
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
Support Z3, version 4.8.11 #2431
Comments
What's the plan to update to latest z3? Does it needs to be in one go, or we can gradually bump versions until we reach latest one? |
We are looking at upgrading to the latest 4.8.15 release. It is a bit involved because it requires accommodating other projects that are part of our CI. Will keep posting updates as we make progress! |
Hi! I thought it might be worth noting that the dependency on z3 4.8.5 prevents using fstar with OCaml 5. To update the state of Z3 on opam now: the latest z3 available on opam is 4.12.2-1, but assuming there is need to stay on 4.8, the latest would now be 4.8.17. (I'd be happy to lend a hand on the effort to update here, if that could be useful.) |
Hi, we are actually making progress here and have most of the infrastructure set up to use a new Z3. Here's some more detail: #2974 and #2995. The current status is that you can use We have not switched the default version to the latest one as there's still one regression for which we haven't identified the cause, it's probably a Z3 regression. I'll try to do that soon and make a PR for upgrading the default. |
Oh that’s awesome! Thanks for the info and congrats and on nearing the end of the update :) |
Based on my tests and conversation from #2344
F* does not yet support Z3 4.8.11.
Are there any plans as of now to port to newer versions?
The text was updated successfully, but these errors were encountered: