- Feb 16, 2024
-
-
Alejandro R. Mosteo authored
-
Alejandro R. Mosteo authored
-
Alejandro R. Mosteo authored
-
Alejandro R. Mosteo authored
-
Alejandro R Mosteo authored
* Document binary origins * Test for explicit binary origin
-
Alejandro R Mosteo authored
* Report the system package manager in `alr version` * Also report distro detection disabling * Use a separate system deployer in unknown systems Instead of defaulting to apt. * Distinguish undetected exec from unknown exec name
-
Alejandro R Mosteo authored
* Explicitly check all GCC versions we want * Remove unneeded `aliased` * Try to use safer reference * Workaround for GNAT 13 troubles with expr. funcs. * Fix test index to use deterministic external gnat version
-
- Feb 15, 2024
-
-
Alejandro R Mosteo authored
-
Alejandro R Mosteo authored
* Test for automated publishing This test is dependent on a remote repo (`test-index`) on which a PR is opened during testing, so we better run this one sporadically and locally, or in a single selected CI configuration. * Self-review * Use `ALIRE_TESTSUITE_*` for testsuite env variables
-
- Feb 14, 2024
-
-
Alejandro R Mosteo authored
* fix: tmp dir being defined but not existing * Improved log message for temp file creation * Prevent deleting a tmp folder not created by us
-
Alejandro R Mosteo authored
-
- Feb 13, 2024
-
-
Alejandro R Mosteo authored
-
- Feb 09, 2024
-
-
Alejandro R Mosteo authored
-
Fabien Chouteau authored
The shortcut from the Windows installer was setting a background color for PowerShell command prompt. The idea was to match the look of the PowerShell you would normally start, and avoid confusion with the CMD prompt which has a black background. But that didn't work very well as the background color just disappeared when running commands. Also it seems like Windows now uses a black background for the PowerShell anyway.
-
- Feb 01, 2024
-
-
Alejandro R Mosteo authored
* Fix bugs causing spurious diffs on update Solutions were the same, but some types internally where using pointers instead of pointed objects for comparison. WIP * Separate style checking from experimental Ada switches
-
- Jan 30, 2024
-
-
Alejandro R Mosteo authored
Bugfix: exception when trying to select a tool without the assistant while the configured one is missing (#1551) * Fix exception when trying to select a toolchain This problem arised only if trying to select a toolchain with --select <tool> while the configured tool was missing on disk. * Test for fix
-
- Jan 29, 2024
-
-
Alejandro R Mosteo authored
-
Alejandro R Mosteo authored
* Fix improper regex in rpm-based detector * Test for bugfix * Document pending breaking changes These require an `alr` or index version bump * Self-review
-
- Jan 27, 2024
-
-
Alejandro R. Mosteo authored
-
- Jan 25, 2024
-
-
Alejandro R Mosteo authored
-
- Jan 23, 2024
-
-
Alejandro R Mosteo authored
-
Daly Brown authored
-
Alejandro R Mosteo authored
-
Alejandro R Mosteo authored
-
Alejandro R Mosteo authored
-
- Jan 20, 2024
-
-
Alejandro R Mosteo authored
* Test that fails prior to bugfix * Fix for cache invalidation An unrelated bug is fixed that happened when not using an actual binary crate for a compiler in the testsuite.
-
- Jan 16, 2024
-
-
Alejandro R Mosteo authored
Discard $XDG_CACHE_HOME in favor of $XDG_DATA_HOME, as some distro guidelines erroneously propose to mount the cache on tmpfs.
-
Alejandro R Mosteo authored
-
- Jan 15, 2024
-
-
Rowan Walshe authored
-
Simon Wright authored
* Report the name of an unreadable directory. * src/alire/alire-index_on_disk.adb (New_Handler.Process_Local_Index): If the Path isn't a readable directory (e.g. because it doesn't exist), add it to the message in Outcome_Failure. * testsuite/tests/index/local-index-not-found/test.py: updated for new 'not a readable directory' report format. * Handle Windows separator doubling.
-
- Dec 19, 2023
-
-
John Serock authored
-
- Dec 12, 2023
-
-
John Serock authored
-
- Dec 06, 2023
-
-
Fabien Chouteau authored
Document --chdir in user-changes
-
- Dec 05, 2023
-
-
Tali Auster authored
-
- Nov 21, 2023
-
-
Alejandro R Mosteo authored
* Allow solving with unistalled tools as fallback * Fix precedence of installed compiler over remote ones * Add warning in solution diff about toolchain download * Fallback on installed compiler over uninstalled one This is after checking that the preferred compiler cannot fulfill the compiler dependency. * Tweaks to restore former behaviors * Fix test that inadvertently used virtual crate It should have been real all along without alternatives * Rebase tweaks * Reword information message
-
- Nov 16, 2023
-
-
Alejandro R. Mosteo authored
-
Alejandro R Mosteo authored
* Move configuration loading earlier Also make sure it's impossible to use configuration before the proper path is set. * New test * Better encapsulation * Windows fix
-
- Nov 15, 2023
-
-
Alejandro R Mosteo authored
-
Alejandro R Mosteo authored
* New warning for externally selected gnat * New test
-
Alejandro R Mosteo authored
* Do not report a virtual crate as inexistent * Test to avoid future regression
-