Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

symbolic version globally defined not returned by 'avail' when specifically searched #368

Closed
xdelaruelle opened this issue Nov 9, 2020 · 0 comments
Labels
Milestone

Comments

@xdelaruelle
Copy link
Member

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 
#%Module
module-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/foo
Loading mod/1.0
@xdelaruelle xdelaruelle added the bug label Nov 9, 2020
@xdelaruelle xdelaruelle added this to the 4.6.1 milestone Nov 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant