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: v1.2.1
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: v1.2.2
Choose a head ref
  • 2 commits
  • 23 files changed
  • 2 contributors

Commits on Nov 18, 2022

  1. Fix config conflict (#1247)

    * Fix crate config conflicts errors (#1208)
    
    * Alire.Properties.Configurations: print boolean values in lowercase
    
    To match casing of TOML files where they come from.
    
    * Alire.Crate_Configuration: fix, improve, and test value conflicts
    
     - TOML value comparison was incorrect (use Equals function now)
     - The "set by" info was incorrect
     - Error message now show the conflicting values
    
    * Set macOS version to 10.15 for CI
    
    To avoid compiler issue with Xcode 14.
    Fabien-Chouteau authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    a126091 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Release 1.2.2 (#1289)

    * Update msys2 installer (#1284)
    
    * Update msys2 installer
    
    * Follow updated MSYS2 first install instructions
    
    * Show proper error message if msys2 update fails
    
    * Fix the command to query for pending updates
    
    * Don't scare-warn needlessly during msys2 update
    
    Co-authored-by: Alejandro R. Mosteo <amosteo@unizar.es>
    
    * Bump version to 1.2.2
    
    Co-authored-by: Fabien Chouteau <Fabien-Chouteau@users.noreply.github.com>
    mosteo and Fabien-Chouteau authored Jan 12, 2023
    Configuration menu
    Copy the full SHA
    afac3fc View commit details
    Browse the repository at this point in the history
Loading