Skip to content

Bump to Z3 4.16.0#4218

Draft
mtzguido wants to merge 5 commits into
FStarLang:masterfrom
mtzguido:z3-4.16.0
Draft

Bump to Z3 4.16.0#4218
mtzguido wants to merge 5 commits into
FStarLang:masterfrom
mtzguido:z3-4.16.0

Conversation

@mtzguido

Copy link
Copy Markdown
Member

And stop shipping 4.8.5. We still ship 4.13.3 and 4.15.3 (which I think was not heavily used).

@mtzguido

Copy link
Copy Markdown
Member Author

I'm seeing pretty serious regressions wrt NL arith with this version, so I wouldn't suggest upgrading to this one.

@mtzguido
mtzguido marked this pull request as draft April 28, 2026 17:49
Comment thread .scripts/get_fstar_z3.sh
break
local tag url
for tag in "z3-$version" "Z3-$version"; do
url=$(curl -s "https://api.github.com/repos/Z3Prover/z3/releases/tags/$tag" \

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a bad idea, the github API has rate limits (while the release links don't) so this will fail randomly if you're running it frequently as in #4206.

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.

2 participants