-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Manually order config codecs (#1106)
* Update codec ordering * execArgs -> exec_args * Swap order of test config creation in Config.js * reduce use of exec_args
- Loading branch information
1 parent
5e56348
commit 1694784
Showing
20 changed files
with
208 additions
and
175 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -285,4 +285,3 @@ depsOnly = | |
( O.long "deps-only" | ||
<> O.help "Build depedencies only" | ||
) | ||
|
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
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 |
---|---|---|
|
@@ -7,6 +7,6 @@ package: | |
build: | ||
strict: true | ||
workspace: | ||
extra_packages: {} | ||
package_set: | ||
registry: 41.5.0 | ||
extra_packages: {} |
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 |
---|---|---|
@@ -1,13 +1,13 @@ | ||
package: | ||
name: aaaa | ||
dependencies: | ||
- console | ||
- effect | ||
- prelude | ||
name: aaaa | ||
test: | ||
dependencies: [] | ||
main: Test.Main | ||
dependencies: [] | ||
workspace: | ||
extra_packages: {} | ||
package_set: | ||
path: local-package-set.json | ||
extra_packages: {} |
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,13 +1,13 @@ | ||
package: | ||
name: aaaa | ||
dependencies: | ||
- console | ||
- effect | ||
- prelude | ||
name: aaaa | ||
test: | ||
dependencies: [] | ||
main: Test.Main | ||
dependencies: [] | ||
workspace: | ||
extra_packages: {} | ||
package_set: | ||
path: ../local-package-set.json | ||
extra_packages: {} |
Oops, something went wrong.