-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #690: added hidden module support for load(between())
- Loading branch information
Robert McLay
committed
Aug 10, 2024
1 parent
965b565
commit a0a2948
Showing
19 changed files
with
46 additions
and
12 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
step 1 | ||
lua ProjectDIR/src/lmod.in.lua shell --regression_testing --version | ||
=========================== | ||
Modules based on Lua: Version 8.6.9 2022-02-02 11:25 -04:00 | ||
Modules based on Lua: Version 8.7.47 2024-07-22 10:04 -04:00 | ||
by Robert McLay [email protected] | ||
=========================== | ||
step 2 | ||
|
@@ -163,3 +163,13 @@ Lmod has detected the following error: These module(s) or extension(s) exist but | |
Executing this command requires loading "a" which failed while processing the following module(s): | ||
Module fullname Module Filename | ||
Md ProjectDIR/rt/between/mf/Core/Md.lua | ||
=========================== | ||
step 26 | ||
lua ProjectDIR/src/lmod.in.lua shell --regression_testing load Me | ||
=========================== | ||
=========================== | ||
step 27 | ||
lua ProjectDIR/src/lmod.in.lua shell --regression_testing list | ||
=========================== | ||
Currently Loaded Modules: | ||
1) b/1.4 2) M9 3) a/1.1 4) Mb 5) d/1.3 6) e/1.2 7) Me |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
load(between("d","1.1<","<1.5")) | ||
load(between("e","1.1<","1.5")) | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
hide_version("d/1.4") |
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
hide_version("d/1.4") | ||
module_version("e/1.2","default") |
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
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
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