fix 'exist' for hidden Lua module files#1364
Conversation
|
@pforai: up for giving this a review, since you're familiar with this? |
|
Refer to this link for build results (access rights to CI server needed): See https://jenkins1.ugent.be/job/easybuild-framework-pr-builder/1985/console for more details. Please fix the reported issues by pushing additional commits to the branch corresponding with this pull request; contact @boegel if you're not sure what to do. |
|
LGTM! |
|
Refer to this link for build results (access rights to CI server needed): See https://jenkins1.ugent.be/job/easybuild-framework-pr-builder/1987/console for more details. Please fix the reported issues by pushing additional commits to the branch corresponding with this pull request; contact @boegel if you're not sure what to do. |
|
Refer to this link for build results (access rights to CI server needed): This pull request is now ready for review/testing. Please try and find someone who can tackle this; contact @boegel if you're not sure what to do. |
|
Thanks for the review @pforai, and @riccardomurri for reporting the bug! |
fix 'exist' for hidden Lua module files
fix for #1340
Existence of hidden modules is checked via
module show, and then checking whether the module file path matches with the module name.The regex wasn't taking into account that the module file path may have a
.luaextension for hidden Lua module files.