Skip to content

allow opting out of recursively unloaded of modules via recursive_module_unload easyconfig parameter#3689

Merged
migueldiascosta merged 2 commits intoeasybuilders:developfrom
boegel:recursive_module_unload_opt_out
May 21, 2021
Merged

allow opting out of recursively unloaded of modules via recursive_module_unload easyconfig parameter#3689
migueldiascosta merged 2 commits intoeasybuilders:developfrom
boegel:recursive_module_unload_opt_out

Conversation

@boegel
Copy link
Copy Markdown
Member

@boegel boegel commented May 20, 2021

cfr. #3627

@boegel boegel added this to the 4.4.0 milestone May 20, 2021
@boegel boegel requested a review from migueldiascosta May 20, 2021 21:01
Comment thread test/framework/options.py
is_loaded_regex = re.compile(r"if { !\[is-loaded gompi/2018a\] }", re.M)

toy_module_txt = read_file(toy_module)
is_loaded_regex = re.compile(r"if { !\[is-loaded gompi/2018a\] }", re.M)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so, with Lua this test wasn't actually testing? (just checking if I understand)

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed. We were checking for a missing pattern using a Tcl regex pattern in a Lua module file.

That probably shows this test should be rewritten a bit, but I just wanted to fix the obvious problem when I noticed it.

Copy link
Copy Markdown
Member

@migueldiascosta migueldiascosta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@migueldiascosta
Copy link
Copy Markdown
Member

Going in, thanks @boegel!

@migueldiascosta migueldiascosta merged commit 6b3f6f9 into easybuilders:develop May 21, 2021
@boegel boegel deleted the recursive_module_unload_opt_out branch May 21, 2021 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants