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

Support the newest Z3 version (z3-4.11.2) #626

Merged
merged 1 commit into from
Oct 24, 2022

Conversation

Alf0nso
Copy link
Contributor

@Alf0nso Alf0nso commented Oct 20, 2022

Running Liquid Haskell with newer versions of z3 causes this error:

crash: SMTLIB2 respSat = Error "line 4 column 27: unknown parameter 'model_partial', this is an old parameter name, invoke 'z3 -p' to obtain the new parameter list"

Mentioned in this issue: #622
In this pr we removed the z3 "model.partial false".
On older versions of z3 the default option was already false.
Invoke z3 -p and we get:

[module] model
    ...
    partial (bool) (default: false)

@nikivazou
Copy link
Member

Thanks @Alf0nso!!!!!! Can we have a pull request in LH too that links to this change?

@oquechy
Copy link

oquechy commented Oct 23, 2022

Thanks @Alf0nso!!!!!! Can we have a pull request in LH too that links to this change?

@nikivazou do you think we can do this before merging the new change into fixpoint?

@nikivazou
Copy link
Member

yes, lets make sure nothing breaks in LH before merging this in fixpoint!

@nikivazou nikivazou merged commit e378d2e into ucsd-progsys:develop Oct 24, 2022
k4rtik added a commit to k4rtik/sprite-lang that referenced this pull request Jan 11, 2023
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.

3 participants