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
Currently opam show ocaml ocaml-base-compiler will show both packages just fine.
But opam show ocaml.5.4.0 ocaml.5.3.0 will not work and even opam show "ocaml>=5.3.0" "ocaml<=5.4.0" that one would expect to work if formula were merged using and does not work as expected either as it will always display the same package twice (or how many times the package is present as argument):
I think we can change this behaviour and instead show each atoms independently in all cases.
In fact i'm unsure allowing the full capacity of an atom (pkg, pkg.version, pkg<op>version, <local file>) is appropriate for this command. I think only allowing pkg, pkg.version and <local file> seems more appropriate.
The text was updated successfully, but these errors were encountered:
This is morally a reopening of #2980 issue 1.
Currently
opam show ocaml ocaml-base-compiler
will show both packages just fine.But
opam show ocaml.5.4.0 ocaml.5.3.0
will not work and evenopam show "ocaml>=5.3.0" "ocaml<=5.4.0"
that one would expect to work if formula were merged usingand
does not work as expected either as it will always display the same package twice (or how many times the package is present as argument):I think we can change this behaviour and instead show each atoms independently in all cases.
In fact i'm unsure allowing the full capacity of an atom (
pkg
,pkg.version
,pkg<op>version
,<local file>
) is appropriate for this command. I think only allowingpkg
,pkg.version
and<local file>
seems more appropriate.The text was updated successfully, but these errors were encountered: