-
Notifications
You must be signed in to change notification settings - Fork 358
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The conflicts field's filter does not support package variables
- Loading branch information
1 parent
10aaa0f
commit 397d218
Showing
3 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -145,7 +145,7 @@ bug-reports: "https://nobug" | |
depends: "foo" {_:innervar} | ||
### opam lint ./lint.opam | ||
${BASEDIR}/lint.opam: Errors. | ||
error 29: Package dependencies mention package variables: "_:innervar" | ||
error 29: Package dependencies or conflicts mention package variables: "_:innervar" | ||
# Return code 1 # | ||
### <lint.opam> | ||
opam-version: "2.0" | ||
|
@@ -159,7 +159,9 @@ dev-repo: "hg+https://[email protected]" | |
bug-reports: "https://nobug" | ||
conflicts: "foo" {_:innervar} | ||
### opam lint ./lint.opam | ||
${BASEDIR}/lint.opam: Passed. | ||
${BASEDIR}/lint.opam: Errors. | ||
error 29: Package dependencies or conflicts mention package variables: "_:innervar" | ||
# Return code 1 # | ||
### : E31: Fields 'depends' and 'depopts' refer to the same package names | ||
### <lint.opam> | ||
opam-version: "2.0" | ||
|