Print a warning when (= version)
appears as a dependency constraint in dune-project
#11575
Labels
cli
Command line related
config
Everything related to dune configuration (workspace, project, dune, env)
good first issue
Good for contributing for the first time to the Dune codebase
This is a common typo, where a package specifies its dependency on the version "version" of a package, rather than referring to the
:version
variable. Dune should print a warning when solving dependencies (thedune pkg lock
command).The text was updated successfully, but these errors were encountered: