We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
opam config report since #5480 returns the invariant for the current switch:
opam config report
# invariant ocaml-base-compiler >= 5.0 & ocaml-base-compiler < 5.1
However this syntax isn't accepted by other parts of opam dealing with invariants (e.g. --invariant) It should be something like:
--invariant
# invariant "ocaml-base-compiler" >= "5.0" & "ocaml-base-compiler" < "5.1"
instead
The text was updated successfully, but these errors were encountered:
It is displayed in a human readable way, it is not purpose of opam config report to be given as input of other commands.
Sorry, something went wrong.
I disagree. I think having something consistent is more human readable than having 3 different incompatible syntaxes.
Successfully merging a pull request may close this issue.
opam config report
since #5480 returns the invariant for the current switch:However this syntax isn't accepted by other parts of opam dealing with invariants (e.g.
--invariant
)It should be something like:
instead
The text was updated successfully, but these errors were encountered: