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
Doc: precise that no automatic path resolution is performed on prepend-path, append-path or remove-path modulefile commands. (fix issue #597)
Doc: add way to build latexpdf documentation.
Ensure that a module having the same name than a loaded module from another modulepath does not inherit its tags. (fix issue #599)
Drop tags stored in memory that applies to a module when unloading it. It ensures that tags applied to the module when reloaded from a different modulepath are not inherited.
Always apply abort on error behavior in case a Dependent Reload sticky (and --force is not set) or super-sticky module fails to reload. (fix issue #601)
When loading a module, check already loaded modules and their aliases exactly matching specification before looking at available modules and their aliases. (fix issue #602)