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
E.g.
depopts
>
<=
=
{= version}
The text was updated successfully, but these errors were encountered:
More context from @mseri:
The only ones that I would like as warning but should not fail are Check that on new packages there is no upper-bounds Check that = is not used in constraints (except for {= version}) Because there are packages that use both of those for reasonable reasons But Check that > and <= are not used in constraints Check that depopts has no filters are bounds that we tripped over multiple times and would really be useful. The second is actually wrong all the times it happens
The only ones that I would like as warning but should not fail are
Because there are packages that use both of those for reasonable reasons But
are bounds that we tripped over multiple times and would really be useful. The second is actually wrong all the times it happens
Sorry, something went wrong.
re: he "filters on depopts", what we need is
a lint that checks that no bound is on the depopts (They should be marked at conflicts) (see ocaml/opam-repository#27033 for a case)
That is, instead of inclusive bounds on depopts, one should mark which packages are out of bonds as conflicts.
No branches or pull requests
E.g.
depopts
has no filters>
and<=
are not used in constraints=
is not used in constraints (except for{= version}
)The text was updated successfully, but these errors were encountered: