Closed rjbou closed 5 years ago
This PR is related to https://github.com/ocaml/opam-repository/pull/12523#issuecomment-418679440: compiler package translation was not complete, filters and vars are kept as is. PR https://github.com/ocaml/opam/pull/3530 added function OpamFormatUpgrade.comp_file which correct this, and is used in commit https://github.com/AltGr/Camelus/commit/28f3a36c7f5670a73dbb1c8616443d20c6d1a03a. So that means that opam-state is pinned to the commit introducing this function (commit https://github.com/AltGr/Camelus/commit/6508ea272a92eef8f0e3d45036537556df1a1138).
OpamFormatUpgrade.comp_file
opam-state
Do not merge until PR https://github.com/ocaml/opam/pull/3530 is not merged.
merged, PR updated
/cc @kit-ty-kate
ping @AltGr
This PR is related to https://github.com/ocaml/opam-repository/pull/12523#issuecomment-418679440: compiler package translation was not complete, filters and vars are kept as is. PR https://github.com/ocaml/opam/pull/3530 added function
OpamFormatUpgrade.comp_file
which correct this, and is used in commit https://github.com/AltGr/Camelus/commit/28f3a36c7f5670a73dbb1c8616443d20c6d1a03a. So that means thatopam-state
is pinned to the commit introducing this function (commit https://github.com/AltGr/Camelus/commit/6508ea272a92eef8f0e3d45036537556df1a1138).