Files
modules/testsuite/modulefiles.path3
Xavier Delaruelle ca59cfb0a1 Rewrite getSimplifiedLoadedModuleList proc
Use helper list if it is provided rather than only in case no MODULEPATH
is defined.

Rework name simplification code to make use of getPathToModule procedure
instead of listModules. Loop around as long as parent name matches
tested modulefile, so "foo/bar/version" can returned "foo" if
"foo/bar/version" is default version of "foo".

Add non-regression tests mixing deep and virtual modulefiles whose
definitions are spread through multiple modulepaths. Help checking
default versions are correctly detected in complex situation.
2018-02-28 09:30:37 +01:00
..