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 using package variables such as with-test in the depexts field is authorized but the variable itself seems to be undefined, and the documentation about whether or not package variables are authorized.
I think we should probably:
make opam lint trigger a warning when an undefined variable is present in the depexts field
make the documentation clearer that it is not accepted
think about accepting it in the future in opam 3.0 or something like that if we make opam keep track of the state of package variables (as it currently doesn't)
cc @sim642 who reported about the issue on Discord
The text was updated successfully, but these errors were encountered:
Currently using package variables such as
with-test
in thedepexts
field is authorized but the variable itself seems to be undefined, and the documentation about whether or not package variables are authorized.I think we should probably:
opam lint
trigger a warning when an undefined variable is present in thedepexts
fieldcc @sim642 who reported about the issue on Discord
The text was updated successfully, but these errors were encountered: