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

Package apron.v0.9.15 #26174

Merged
merged 1 commit into from
Jul 5, 2024
Merged

Conversation

antoinemine
Copy link
Contributor

apron.v0.9.15

APRON numerical abstract domain library
Apron is a library to represent properties of numeric variables, such as variable bounds or linear relations between variables, and to manipulate these properties through semantic operations, such as variable assignments, tests, conjunctions, entailment. Apron is intended to be used in static program analyzers, in order to infer invariants of numeric variables, i.e., properties that hold for all executions of a program. It is based on the theory of Abstract Interpretation.



🐫 Pull-request generated by opam-publish v2.3.0

@antoinemine
Copy link
Contributor Author

This seems to be OK to me.

CI reports failure for Windows and opensuse-tumbleweed due to dependencies (ez-conf-lib and conf-gmp-paths, respectively), but it seems unrelated to this package and I'm not sure what we can do about it.

This version now works on ARM Macs, which is a reason I wanted to publish a new version in opam.

I've informed revdeps authors of the new failures (caused by a small breaking but necessary API change in Apron) and I'm confident they can patch their project to make it work again once this new version of Apron is merged in opam.

@mseri
Copy link
Member

mseri commented Jul 3, 2024

The CI has some issues these days, so I cannot yet see the revdeps failures. I'd like to add upper bounds where needed before merging.

Nothing needs to be done from your side on this PR concerning windows and opensuse

@mseri mseri merged commit ffa13bd into ocaml:master Jul 5, 2024
1 of 3 checks passed
@mseri
Copy link
Member

mseri commented Jul 5, 2024

Thanks, the revdeps are fixed separately

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