-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Apron bounds missing a v
in apronext, goblint, and mopsa
#28224
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
Conversation
There are a number of failures, none of which are related to adding a missing
|
c97f1c7
to
8280bd7
Compare
Rebased and force-pushed after #28231 has been merged. This should take care of the |
Oh well, the rerun revealed that |
8280bd7
to
67ac214
Compare
Rebased and force-pushed once again after #28252 has been merged... 🤞 |
Like
In addition mopsa.1.0 is failing on fedora-41 and ubuntu-24.10 (with gcc.14), and on FreeBSD and macOS homebrew with llvm.19 and llvm.20.1.8, respectively. On top, there's a number of goblint failures similar to those in #28157 and #28155.
Finally there's
Again, none of these were caused by adding a missing |
I agree. This is good to go |
Thanks |
As a follow-up to #28182 I poked around for other packages missing a
v
in its dependency bounds.In this first batch I found 3 packages missing a
v
in itsapron
bound (noting thatapron
has used av
-based naming scheme since v0.9.12 released 6 years ago):mopsa
apronext
goblint
- only older versions 1.1.1-2.3.0 were missing itThe latter two had their (v)0.9.15 bound added in 41f689d