You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling opam pin add <pkg>, opam install <pkg>, opam remove <pkg> then opam install --with-test <pkg> with <pkg> being a package with an empty opam file inside its archive opam will fail with:
The following actions will be performed:
- install unison 2.51.3*
'opam install --verbose --yes unison.2.51.3 --with-test' failed.
Fatal error:
In /home/opam/.opam/4.10/.opam-switch/sources/unison/unison.opam:
unsupported or missing file format version
The text was updated successfully, but these errors were encountered:
When calling
opam pin add <pkg>
,opam install <pkg>
,opam remove <pkg>
thenopam install --with-test <pkg>
with<pkg>
being a package with an empty opam file inside its archive opam will fail with:The text was updated successfully, but these errors were encountered: