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
Someone over on Discord got their opam file generated by dune with a wrong syntax:
depends: [ "torch" {":" = "0.16.0"} ]
this is a perfectly valid filter syntax but it will never be true and thus always skipped silently (expected).
Maybe it would be worth checking this pattern and issuing a warning when it is encountered.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Someone over on Discord got their opam file generated by dune with a wrong syntax:
this is a perfectly valid filter syntax but it will never be true and thus always skipped silently (expected).
Maybe it would be worth checking this pattern and issuing a warning when it is encountered.
The text was updated successfully, but these errors were encountered: