You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a symbolic version is defined in a global modulerc file, this symbol is returned when performing a full avail search but not when it is specifically searched:
$ cat testrc #%Modulemodule-version mod/1.0 foo
$ ml av -t/path/to/modulefiles:mod/1.0(foo)
$ ml av -t mod/foo
It was working correctly until v4.4.1
This issue seems to only affect avail sub-command, load correctly resolves symbolic version.
$ ml -v mod/fooLoading mod/1.0
The text was updated successfully, but these errors were encountered:
When a symbolic version is defined in a global modulerc file, this symbol is returned when performing a full
avail
search but not when it is specifically searched:It was working correctly until v4.4.1
This issue seems to only affect
avail
sub-command,load
correctly resolves symbolic version.The text was updated successfully, but these errors were encountered: