- Jan 31, 2024
-
-
Alejandro R. Mosteo authored
-
- Jan 29, 2024
-
-
Alejandro R. Mosteo authored
Solutions were the same, but some types internally where using pointers instead of pointed objects for comparison. WIP
-
- 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
-
Alejandro R. Mosteo authored
-
- Nov 14, 2023
-
-
Simon Wright authored
-gnatyg is "check standard GNAT style rules, same as ydISux", but in GCC 14 it will include a new switch, -gnatyz (check parentheses not required by operator precedence rules) which will mean that use of extra parens to clarify intent without deep knowledge of the rules will trigger fatal warnings; for example in alire-conditional_trees.adb function Contains_ORs (This : Tree) return Boolean is ((not This.Is_Empty) and then This.Root.Contains_ORs); ^ Refer GCC Bugzilla PR 112446. * alire_common.gpr (Style_Check_Switches): Remove -gnatyg and replace by the pre-GCC 14 equivalent. -
Alejandro R Mosteo authored
* Avoid unhandled exception in `alr publish --tar` Fixes #1214 Also unify a couple of error messages * Update test to check this fix * Self-review
-
- Nov 09, 2023
-
-
Alejandro R Mosteo authored
-
- Nov 08, 2023
-
-
Alejandro R. Mosteo authored
-
Alejandro R Mosteo authored
* Fix command not found in actions * New test
-
Alejandro R Mosteo authored
* Fix "-h/--help" being catched after "--" * Bump clic dependency * Fix test on Windows
-
- Nov 06, 2023
-
-
Alejandro R Mosteo authored
-
Alejandro R Mosteo authored
-
Alejandro R Mosteo authored
* Remove duplication in error message output * Early detect bad license among choices * Fix bad license * Fix error deduplication * New test for default licenses
-
- Oct 27, 2023
-
-
Alejandro R. Mosteo authored
-
tali auster authored
* implement -C/--chdir flag * use `alr` instead of Alire in help text. * test --chdir flag * clean up with-chdir test
-
Manuel authored
See comments in issue #1481
-
- Oct 23, 2023
-
-
Manuel authored
According to https://no-color.org/
-
- Oct 20, 2023
-
-
tali auster authored
"Enable shared dependencies by default" was in there twice.
-
- Oct 19, 2023
-
-
Alejandro R Mosteo authored
-