-
Notifications
You must be signed in to change notification settings - Fork 382
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
897: Fix build/target config file ordering r=Emilgardis a=Alexhuszagh Fix the order of values for string (as well as the pre-build vec) values when parsing from config files and environment variables. The old behavior was: 1. Envvar build. 2. Envvar target 3. Config target 4. Config build The new behavior is: 1. Envvar target 2. Config target 3. Envvar build. 4. Config build Some functions were also made more general. Co-authored-by: Alex Huszagh <[email protected]>
- Loading branch information
Showing
3 changed files
with
91 additions
and
49 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