Hi @palmskog ,
The current version (9.0.0) compiles with 9.1 and 9.2 ; I've just submitted a PR on opam-rocq-packages to reflect this.
I've also made a commit there for removing a few warnings and deprecated symbols:
https://github.com/damien-pous/aac-tactics/tree/v9.2
It compiles with rocq 9.2 ; I've based it on commit 4f796a7 because:
- our branch master does not compile with rocq 9.2
- commit 55b1f80 on our branch v9.0 really is just for the 9.0 specific boilerplate
We may either publish a new version with these rather cosmetic changes, or push them into master waiting for a real next version.
(unfortunately I can't check that it compiles once rebased on our master: rocq master seems to be broken on opam for me)
What do you think?
Best,
Damien
Hi @palmskog ,
The current version (9.0.0) compiles with 9.1 and 9.2 ; I've just submitted a PR on opam-rocq-packages to reflect this.
I've also made a commit there for removing a few warnings and deprecated symbols:
https://github.com/damien-pous/aac-tactics/tree/v9.2
It compiles with rocq 9.2 ; I've based it on commit 4f796a7 because:
We may either publish a new version with these rather cosmetic changes, or push them into master waiting for a real next version.
(unfortunately I can't check that it compiles once rebased on our master: rocq master seems to be broken on opam for me)
What do you think?
Best,
Damien