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
Init: list and source sub-commands do not take available modules as argument in fish completion script.
Init: fix option list for search sub-command in bash completion script.
Fix double error counter increase when modulefile evaluation breaks.
Install: adapt configure script to pass to the configure script of Modules compatibility version only a subset of the options it supports (most commonly used options).
Install: raise an error when an unknown option is passed to configure script rather silently ignore it. (fix issue #348)
Install: enable the definition of installation directory options of configure script with the --option value syntax in addition to the --option=value syntax. (fix issue #348)
Doc: alphabetically sort sub-commands of module-info modulefile Tcl command in modulefile(4) document.
Script: clean previously built environment-modules RPMs in mrel.
Clearly separate quarantine variable definition from tclsh binary on modulecmd.tcl evaluated command call in _module_raw function for sh, bash, ksh and zsh shells. (fix issue #350)
Doc: clarify in documentation index that Environment Modules should not be confused with language-specific modules. (contribution from Rob Hurt)
Adapt conflict detection tests to ensure a module loaded by its full pathname will not detect itself as a conflict when declaring a reflexive conflict. (fix issue #352)
Adapt the mrel and mpub commands to produce new Modules release from a vZ.Y.x git branch rather than from the repository main branch.