Switch from [coq.theory] to [rocq.theory]. - #1033
Conversation
|
Are the docker images going to be updated (CC @Justme0606)? |
|
Do not merge before rocq-prover/rocq#21660 |
|
maybe regenerating rocq-elpi.opam is sufficient to have the docker CI work, but at the cost of recompiling rocq which makes docker useless. |
3a5691e to
b7b9398
Compare
|
Not sure I understand what needs to happen for CI, but I pushed a commit that enables project-file generation in the |
|
Note also that after this PR, it should be possible to port most tests to "output tests" (supported in |
|
With the release of dune 3.24, |
|
@rlepigre-skylabs-ai can you rebase so that we re-run ci and merge? |
b7b9398 to
2739094
Compare
|
Seems like there are still some nix issues, but I'm not sure how to fix those. |
|
Docker jobs also fail, the problem is that the docker images come with an outdated dune version. I think the docker images should be re-generated choosing a version of dune that has both coq and rocq theory stanzas. CC @Justme0606 @Zimmi48 |
47f649b to
544d1b3
Compare
|
I tried updating the opam files, and at the same time removed the dummy packages for tests. I don't get the point of them: are they load-bearing an any way? |
Following the removal of the
coq.theorysupport indune(see here), something like that will soon be required. Not sure how important it is for you to keep supporting older Rocq @gares.