-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minor Fixes & Adjustments. #201
Merged
Merged
Conversation
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
We provide the build_dir inside a ConfigPath object. If the user wants to rely on a directory without ConfigPath protection, it is his problem. Reminder: !create-if-needed in front of your path string makes sure that it becomes ConfigPath protected.
This avoids a problem where ConfigPath would create the default values as soon as they are loaded but before they are updated with a new value.
Codecov Report
@@ Coverage Diff @@
## master #201 +/- ##
==========================================
+ Coverage 50.65% 50.73% +0.07%
==========================================
Files 101 101
Lines 5861 5872 +11
==========================================
+ Hits 2969 2979 +10
- Misses 2892 2893 +1
Continue to review full report at Codecov.
|
simbuerg
added a commit
that referenced
this pull request
Oct 29, 2018
Minor Fixes & Adjustments. Former-commit-id: f76d5ee81286277ae68fb2472d92dabed0377747 Former-commit-id: 4918c2f28422965aed83b411b06b3347b9178902 [formerly 87c3bc69cacd882fe5884c3c473e4ff0d784049c] [formerly 6d5feb23cfde5d196a59b90279bf8db7d139c147 [formerly c23a1097fe8630e9d1e39a02b5b2840ca36be486]] Former-commit-id: 0cc053f672929af0f19f5e24abf58f77db8db544 [formerly 9c9a8ba60656b8fda2231766c01a0d5a874e7a1d] Former-commit-id: a282d26bdb130b4c57e88672e7b84fef014d8fb0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This fixes a few bugs that came up:
default values.