-
Notifications
You must be signed in to change notification settings - Fork 406
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3144 from rgrinberg/fix-3143
Fix creating dummy package
- Loading branch information
Showing
8 changed files
with
51 additions
and
16 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
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
13 changes: 13 additions & 0 deletions
13
test/blackbox-tests/test-cases/external-lib-deps/github3143/run.t
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Reproduce #3143 | ||
|
||
$ echo "(lang dune 2.3)" > dune-project | ||
$ touch dummypkg.opam | ||
$ cat >dune <<EOF | ||
> (library | ||
> (public_name dummypkg) | ||
> (libraries base doesnotexist.foo)) | ||
> EOF | ||
$ dune external-lib-deps @install | ||
These are the external library dependencies in the default context: | ||
- base | ||
- doesnotexist.foo |
File renamed without changes.
File renamed without changes.
File renamed without changes.