We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On version 5.1.0, when tags set on loading module are updated by a reloading dependent module, the new tags are not reported in module designation.
$ ml show mod/1.0 ------------------------------------------------------------------- /path/to/modulefiles/mod/1.0: prereq --tag=foo foo/1.0 bar/1.0 ------------------------------------------------------------------- $ ml --no-auto --force mod/1.0 Loading mod/1.0 WARNING: Requirement foo/1.0 or bar/1.0 is not loaded $ ml foo/1.0 Loading foo/1.0 Unloading dependent: mod/1.0 Reloading dependent: mod/1.0 $ ml Currently Loaded Modulefiles: 1) foo/1.0 <foo> 2) mod/1.0 Key: <module-tag>
In the above situation, we should have seen the following load report message:
$ ml foo/1.0 Loading foo/1.0 <foo> Unloading dependent: mod/1.0 Reloading dependent: mod/1.0
The text was updated successfully, but these errors were encountered:
6528e54
No branches or pull requests
On version 5.1.0, when tags set on loading module are updated by a reloading dependent module, the new tags are not reported in module designation.
In the above situation, we should have seen the following load report message:
The text was updated successfully, but these errors were encountered: