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

wrong version selection in version list when icase is on and extdfl is off #411

Closed
xdelaruelle opened this issue Sep 16, 2021 · 0 comments
Closed
Labels
Milestone

Comments

@xdelaruelle
Copy link
Member

When the extended_default option is off and the icase option is on, selection of module versions after an advanced version specifier list is broken:

$ ml av
---------------- /path/to/modulefiles -----------------
foo/1.0  foo/1.2  foo/2.3  foo/3.5  
foo/1.1  foo/2.1  foo/3.4  foo/4.2  
$ ml av foo@:1.1,1.9:2.5,3.6:
---------------- /path/to/modulefiles -----------------
foo/1.0  foo/1.1  foo/2.1  foo/2.3  foo/4.2  
$ ml config extended_default 0
$ ml av -i foo@:1.1,1.9:2.5,3.6:
---------------- /path/to/modulefiles -----------------
foo/1.0  foo/1.1  foo/4.2  

In the above example we should obtain the same avail result whatever the extended_default and icase setup.

@xdelaruelle xdelaruelle added this to the 5.0.1 milestone Sep 26, 2021
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