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

Updated strings support with recent CI testing and Z3 compatibility matrix. #177

Merged
merged 15 commits into from
Jan 11, 2022

Conversation

kquick
Copy link
Member

@kquick kquick commented Jan 10, 2022

All the string changes from PR 147, combined with latest master (including running with a full Z3 and GHC matrix) with expected failures for string tests on Z3 prior to 4.8.12.

robdockins and others added 5 commits August 3, 2021 12:16
Recent versions of Z3 (4.8.11, maybe earlier?) and CVC4 (1.8) have
changed their string solver support to use unicode codepoints as their
atomic alphabet, and changed the string escaping rules to be those
specified by the SMTLib2.6 standard.

Here, we change our string escaping rules to suit, and modify the
SMTWriter module to express problems in term of unicode sequences
instead of ASCII sequences.

Fixes #56
Reenable the prevsiouly-broken stringTest3.
Fixes #132.
@kquick kquick changed the title Strings2 ci 2201 Updated strings support with recent CI testing and Z3 compatibility matrix. Jan 10, 2022
@kquick kquick requested a review from robdockins January 11, 2022 05:32
@robdockins robdockins mentioned this pull request Jan 11, 2022
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