chore: add x-maintenance-intent to dune opam files#11275
chore: add x-maintenance-intent to dune opam files#11275art-w wants to merge 2 commits intoocaml:mainfrom
Conversation
|
The OPAM files are generated automatically from |
98c9a89 to
c1a0148
Compare
c1a0148 to
c1c53bc
Compare
Leonidas-from-XIV
left a comment
There was a problem hiding this comment.
I think some of these changes need to be discussed because while we do release them as packages I don't think all of them are meant to be used by others.
e.g. I don't think that we would do a patch-release for a bug in stdune if it doesn't affect the dune package. We'd probably fix it upstream to prevent it becoming an issue in the future but a lot of these packages are really just to support Dune.
002b084 to
4a5b03b
Compare
|
@rgrinberg Can you take a look and confirm that this matches our maintenance policy? |
4a5b03b to
4b63540
Compare
|
I encounter an issue while working on this PR. To be able to have the maintenance field in Also, it seems that the |
|
With regards to the switch test, the issue seems to be that the packages are getting pinned to 3.17.1 instead of 3.18: But I do agree that this PR probably needs to be split into two, one that bumps to 3.17 and adds the formatting and one that bumps to 3.18 and updates the maintenance intent. |
|
You are right, let's do it this way 👍 |
4b63540 to
523cdaf
Compare
Signed-off-by: ArthurW <arthur@tarides.com> Signed-off-by: Etienne Marais <dev@maiste.fr>
Signed-off-by: Etienne Marais <dev@maiste.fr>
523cdaf to
1fb1ec1
Compare
Leonidas-from-XIV
left a comment
There was a problem hiding this comment.
It looks good but for now blocked on #11478 as it is experiencing the same CI failures for the same reason.
|
Because #11478 superseeds this PR, we can close it. |
Using #11274 to add it to every opam files. My understanding is that only the
"(latest)"version is the one actively maintained, but it's easy to change if you want to include more versions.