- 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
-
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
-