-
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 #679: add code to remove downstream conflicts when module is un…
…loaded
- Loading branch information
Robert McLay
committed
Mar 19, 2024
1 parent
db71a6d
commit e43809c
Showing
9 changed files
with
169 additions
and
32 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
2024-03-19 16:11 -06:00 |
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
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.7.34 (8.7.34-25-g516266fa) 2024-03-11 18:05 -06:00 | ||
Modules based on Lua: Version 8.7.37 2024-03-17 13:11 -06:00 | ||
by Robert McLay [email protected] | ||
=========================== | ||
step 2 | ||
|
@@ -78,3 +78,29 @@ Lmod has detected the following error: Cannot load module "y/1.0" because these | |
While processing the following module(s): | ||
Module fullname Module Filename | ||
y/1.0 ProjectDIR/rt/conflict/mf/y/1.0.lua | ||
=========================== | ||
step 14 | ||
lua ProjectDIR/src/lmod.in.lua shell --regression_testing purge | ||
=========================== | ||
=========================== | ||
step 15 | ||
lua ProjectDIR/src/lmod.in.lua shell --regression_testing load base acme | ||
=========================== | ||
=========================== | ||
step 16 | ||
lua ProjectDIR/src/lmod.in.lua shell --regression_testing save | ||
=========================== | ||
Saved current collection of modules to: "default" | ||
=========================== | ||
step 17 | ||
lua ProjectDIR/src/lmod.in.lua shell --regression_testing restore | ||
=========================== | ||
Restoring modules from user's default | ||
=========================== | ||
step 18 | ||
lua ProjectDIR/src/lmod.in.lua shell --regression_testing unload acme | ||
=========================== | ||
=========================== | ||
step 19 | ||
lua ProjectDIR/src/lmod.in.lua shell --regression_testing unload base | ||
=========================== |
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
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
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