Alejandro R Mosteo

Results 95 issues of Alejandro R Mosteo

A library can build and still have issues at link time. Also, a binary is usually needed to develop and exercise the library. Thus, having by default a nested `example`,...

type: enhancement

### Discussed in https://github.com/alire-project/alire/discussions/1698 Originally posted by **kwolcott** June 15, 2024 suggestion regarding the error message when using alr with: "underscores" are also allowed alr --no-color with gnatcoll-gmp ERROR: Invalid...

type: enhancement

The kind of problems being addressed in https://github.com/alire-project/alire-index/pull/1082 made me think about this. It would be nice to have a way of seeing all configuration and environment variables and what/where...

type: feature
semver: minor

Although libraries should not set variables, it makes sense to me to allow the final client of all dependencies, i.e. the root crate, to force override any variable that may...

type: feature
semver: minor

As can be seen in [this run](https://github.com/alire-project/setup-alire/actions/runs/9701152079/job/26774148284?pr=69#step:7:11), restore will hit or miss depending on the order of the paths given. Not seen on that workflow, but if you use `actions/cache/save`,...

This triggered only when ${DISTRIB_ROOT} was needed in some crate manifest. Fixes https://github.com/alire-project/alire/issues/1743

This reworks the recursive solver we have into an A*-like sequential one. The advantages are: cleaner implementation, better maintainability, no need to start the search several times to find a...