Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: envmodules/modules
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: envmodules/modules
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.2.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 25 files changed
  • 1 contributor

Commits on Jul 8, 2019

  1. Configuration menu
    Copy the full SHA
    011542c View commit details
    Browse the repository at this point in the history
  2. No duplicate entry in resolved modulepath list

    When resolving the enabled list of modulepaths, ensure resolved path
    entries are unique.
    
    Fixes #274.
    xdelaruelle committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    9fa8200 View commit details
    Browse the repository at this point in the history
  3. Trim modfile magic cookie string from # chars

    Right trim '#' characters from the fetched modulefile magic cookie
    string to ensure a correct compatibility version comparison. Useful when
    modulefile first line is equal to '#%Module4.3##############'.
    
    Thanks to Eric Deveaud for the issue report.
    xdelaruelle committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    3541a76 View commit details
    Browse the repository at this point in the history
  4. Args after var name are values on {append,prepend,remove}-path

    Fix argument parsing for the `append-path`, `prepend-path` and
    `remove-path` modulefile commands to consider every arguments found
    after the variable name as variable values and not command option even
    if argument starts with `-` character.
    
    Fixes #278.
    xdelaruelle committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    4016696 View commit details
    Browse the repository at this point in the history
  5. Fix 'module load a b' in modfiles when a or b is loaded

    Fix automatic loading of modulefiles when multiple module names are set
    on a single ``module load`` modulefile command. When auto_handling mode
    was disabled, the load of not loaded modules was not achieved as soon as
    some modules on this list were already loaded.
    
    Fixes #281.
    xdelaruelle committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    27abbbe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a530c4c View commit details
    Browse the repository at this point in the history
  7. Release of version 4.2.5

    xdelaruelle committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    997c62b View commit details
    Browse the repository at this point in the history
Loading