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: alire-project/alire
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Choose a base ref
...
head repository: alire-project/alire
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.1
Choose a head ref
  • 11 commits
  • 34 files changed
  • 4 contributors

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    d0bedd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7c592c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29df3c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Enforce usage of Sementic_Versioning when printing Alire/Alr version (#…

    …1643) (#1652)
    
    * Enforce usage of Sementic_Versioning when printing Alire/Alr version
    
    To ensure a consistent formatting whatever the version.
    The version string is now private, only the semver type is visible.
    
    * Enforce usage of Sementic_Versioning for index versions
    Fabien-Chouteau authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    a25b42e View commit details
    Browse the repository at this point in the history
  2. Rename switch arguments to indicate expected type (#1650)

    In commands with options that admit arguments, like '--prefix' in
    'alr install', is useful to provide an argument name in the command
    help that gives a hint of the expected type.
    
    For example, 'alr install -h' shows the message:
    ====
    OPTIONS
       --prefix=ARG   Override installation prefix (default is ...)
    ====
    
    When changed to:
    ====
    OPTIONS
       --prefix=DIR   Override installation prefix (default is ...)
    ====
    
    the 'DIR' name of the argument immediately says what is expected in this
    option. In cases where this is not so obvious, it helps even more.
    For example, in 'alr build -h':
    ====
    OPTIONS
       --profiles=LIST     Comma-separated list of <crate>=<profile> values (see description)
       --stop-after=STAGE  Build stage after which to stop (see description)
    ====
    
    is a quick remainder of what is expected in that options.
    rocher authored and mosteo committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ea90b32 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    8e74d2d View commit details
    Browse the repository at this point in the history
  2. Update msys2 installer (#1648)

    * Update msys2 installer
    
    * Ensure msys2 from commit is tested
    mosteo committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    ce32ef3 View commit details
    Browse the repository at this point in the history
  3. dev/build.sh: control build jobs with $ALIRE_BUILD_JOBS (#1651)

    This is just a minor quality-of-life improvement for packaging. Note
    that this also quotes the argument to echo so that if (somehow)
    $ALIRE_OS were set to a malicious value, no harm could be done.
    atalii authored and mosteo committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    8c46f46 View commit details
    Browse the repository at this point in the history
  4. Fix installation of binary crates containing softlinks (#1653)

    * Force creation of missing soft link
    
    * More detailed test of softlink installation
    mosteo committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    191fb50 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0424251 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d607917 View commit details
    Browse the repository at this point in the history
Loading