-
Notifications
You must be signed in to change notification settings - Fork 203
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
Add support for 'hidden=True' easyconfig parameter #1837
Conversation
@geimer: Looks tricky at first sight, since it's used before parsing the easyconfig, and I'm not sure it's strictly needed there... |
@boegel: Something like |
Of course I meant |
@boegel: I believe the easyconfig update for |
@boegel: Still trying to understand the code... Shouldn't the update in https://github.com/geimer/easybuild-framework/blob/5d9a56a543eb7f8e078d6aa737077cfc23be40ed/easybuild/framework/easyconfig/easyconfig.py#L1230 be The thing is that the BTW: There is a docstring for the |
@geimer I think you're right with your last comment. Up until now it didn't really matter, but with the introduction of the I'd have to dive in and figure out where that The cache aspect is a bit weird, but only taking into account |
@boegel: IMHO, this is ready for review. |
fix help message for 'hidden' + use available auto-cleaned tmp dir in test
Going in, thanks @geimer! |
This complements the '--hidden' command-line option.