forked from easybuilders/easybuild-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
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
sync with develop, add simple unit test for HgRepository #3
Open
boegel
wants to merge
1,874
commits into
mesocentrefc:hgrepo
Choose a base branch
from
boegel:hgrepo
base: hgrepo
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
…sue1322 take care of special characters in template strings for dump function
…s-issue636 Generate docs for generic easyblocks (REVIEW)
Conflicts: test/framework/easyconfig.py
fix remarks
… may be a problem for format v2 easyconfigs
dance around issue with get_config_dict triggering a (re)parse, which…
Preserve comments in dump() method
sync with develop & resolve conflicts
add unit test, fix long lines, use recursive_unload for all module_generator.load_module statements
Recursive unload
…alue types as test case
…e_checking implement basic support for type checking of easyconfig parameters
…e_conversion add support for auto-converting to expected value type for easyconfig parameters
The dictionary fallback value None of Extension src/patches variables did not correspond with the default values of EasyBlock patches/src. Replaced by an empty list that won't break for-loops. Closes easybuilders#1433.
…_defval extension: use empty list as default value for src/patches
…nfig parameter values
fix checking of sanity check paths w.r.t. discriminating between files and directories
…ypes enable auto-converting type of easyconfig parameter values
also define $FC and $FCFLAGS in build environment
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.
for easybuilders#979
@cclerget: I hope to get to including this PR soon, please merge this to resolve some conflicts with current our
develop
branchIf you want to review the changes I made relevant to your PR, just check the last couple of commits (or rereview your own PR after merging this).