-
Notifications
You must be signed in to change notification settings - Fork 414
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Put back library variants in development mode (#2116)
* Put back library variants in development mode Signed-off-by: Jeremie Dimino <jeremie@dimino.org> * _ Signed-off-by: Jeremie Dimino <jeremie@dimino.org>
- Loading branch information
1 parent
5080f6e
commit e7a5d7e
Showing
22 changed files
with
60 additions
and
17 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
3 changes: 2 additions & 1 deletion
3
test/blackbox-tests/test-cases/toplevel-stanza/variants/dune-project
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
(lang dune 1.9) | ||
(lang dune 1.9) | ||
(using library_variants 0.1) |
1 change: 1 addition & 0 deletions
1
test/blackbox-tests/test-cases/variants-multi-project/prj1/dune-project
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
(lang dune 1.10) | ||
(using library_variants 0.1) |
1 change: 1 addition & 0 deletions
1
test/blackbox-tests/test-cases/variants-multi-project/prj2/dune-project
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
(lang dune 1.10) | ||
(using library_variants 0.1) |
1 change: 1 addition & 0 deletions
1
test/blackbox-tests/test-cases/variants/dune-package/dune-project
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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
(lang dune 1.9) | ||
(name a) | ||
(using library_variants 0.1) |
3 changes: 2 additions & 1 deletion
3
test/blackbox-tests/test-cases/variants/external/exe/dune-project
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
(lang dune 1.9) | ||
(lang dune 1.9) | ||
(using library_variants 0.1) |
3 changes: 2 additions & 1 deletion
3
test/blackbox-tests/test-cases/variants/external/lib/dune-project
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
(lang dune 1.9) | ||
(lang dune 1.9) | ||
(using library_variants 0.1) |
1 change: 1 addition & 0 deletions
1
test/blackbox-tests/test-cases/variants/multiple-implementations-for-variants/dune-project
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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
(lang dune 1.9) | ||
(using fmt 1.1) | ||
(using library_variants 0.1) |
3 changes: 2 additions & 1 deletion
3
test/blackbox-tests/test-cases/variants/resolution-priority/dune-project
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
(lang dune 1.9) | ||
(lang dune 1.9) | ||
(using library_variants 0.1) |
3 changes: 2 additions & 1 deletion
3
test/blackbox-tests/test-cases/variants/same-lib-in-multiple-scopes/dune-project
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
(lang dune 1.9) | ||
(lang dune 1.9) | ||
(using library_variants 0.1) |
3 changes: 2 additions & 1 deletion
3
test/blackbox-tests/test-cases/variants/same-lib-in-multiple-scopes/test/dune-project
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
(lang dune 1.9) | ||
(lang dune 1.9) | ||
(using library_variants 0.1) |
3 changes: 2 additions & 1 deletion
3
test/blackbox-tests/test-cases/variants/variant-not-implementation/dune-project
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
(lang dune 1.9) | ||
(lang dune 1.9) | ||
(using library_variants 0.1) |
3 changes: 2 additions & 1 deletion
3
test/blackbox-tests/test-cases/variants/variant-with-concrete-impl/dune-project
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
(lang dune 1.9) | ||
(lang dune 1.9) | ||
(using library_variants 0.1) |
3 changes: 2 additions & 1 deletion
3
test/blackbox-tests/test-cases/variants/variants-base/dune-project
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
(lang dune 1.9) | ||
(lang dune 1.9) | ||
(using library_variants 0.1) |
3 changes: 2 additions & 1 deletion
3
test/blackbox-tests/test-cases/vlib-default-impl/default-impl-not-virtual-lib/dune-project
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
(lang dune 1.9) | ||
(lang dune 1.9) | ||
(using library_variants 0.1) |
3 changes: 2 additions & 1 deletion
3
test/blackbox-tests/test-cases/vlib-default-impl/default-impl/dune-project
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
(lang dune 1.9) | ||
(lang dune 1.9) | ||
(using library_variants 0.1) |
3 changes: 2 additions & 1 deletion
3
test/blackbox-tests/test-cases/vlib-default-impl/dependency-cycle/dune-project
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
(lang dune 1.9) | ||
(lang dune 1.9) | ||
(using library_variants 0.1) |
1 change: 1 addition & 0 deletions
1
test/blackbox-tests/test-cases/vlib-default-impl/dune-package/dune-project
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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
(lang dune 1.9) | ||
(name a) | ||
(using library_variants 0.1) |
3 changes: 2 additions & 1 deletion
3
test/blackbox-tests/test-cases/vlib-default-impl/external/exe/dune-project
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
(lang dune 1.9) | ||
(lang dune 1.9) | ||
(using library_variants 0.1) |
3 changes: 2 additions & 1 deletion
3
test/blackbox-tests/test-cases/vlib-default-impl/external/lib/dune-project
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
(lang dune 1.9) | ||
(lang dune 1.9) | ||
(using library_variants 0.1) |