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

Fix compilation error in column_info #7235

Merged

Conversation

waywardmonkeys
Copy link
Contributor

Reference to m_low_bound should be m_lower_bound.

Reference to `m_low_bound` should be `m_lower_bound`.
@waywardmonkeys
Copy link
Contributor Author

This got picked up by the WebAssembly build of the Rust bindings because an emscripten update got a new version of LLVM / Clang, so I guess that was the canary in the coal mine. This code was last modified in 2017 / 2018 in commit 6202b2f.

@NikolajBjorner NikolajBjorner merged commit 904a50f into Z3Prover:master May 27, 2024
18 checks passed
@waywardmonkeys waywardmonkeys deleted the fix-compilation-error branch May 29, 2024 06:10
waywardmonkeys added a commit to prove-rs/z3.rs that referenced this pull request May 29, 2024
An update to emscripten brought a newer compiler and that found
a longstanding bug in Z3 that broke compilation.

For now, use a slightly older version until a new version of
Z3 (after 4.13.0) is released with the fix.

See Z3Prover/z3#7235 for the Z3 fix.
waywardmonkeys added a commit to prove-rs/z3.rs that referenced this pull request May 29, 2024
An update to emscripten brought a newer compiler and that found
a longstanding bug in Z3 that broke compilation.

For now, use a slightly older version until a new version of
Z3 (after 4.13.0) is released with the fix.

See Z3Prover/z3#7235 for the Z3 fix.
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