Closed antoinemine closed 6 months ago
Hello.
I submitted a PR for Apron 0.9.15 to opam.
CI shows that Goblint 2.2.1 and 2.3.0 no longer compile as they reference the compare
function we renamed into cmp
in this PR, sorry about this. Is that a problem for you or do you see a way around it?
=
,<=
, etc. no longer work)compare
functions ascmp
when they actually implement a non-total order, to avoid further confusion and the temptation to use them as keys in sets and mapsThese changes aim to address #99.
They may break existing code.