You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OK, after closer inspection this isn't a bug. Alire relies on the manifest from the index, not the one that might be packaged with the sources (as otherwise crates could lie about what they're going to do once download, for example in actions). In fact, such a manifest is moved out of the way after deployment to <crate>/alire/alire.toml.upstream to avoid confusion about this.
So the problem is that the manifest at ~/.config/alire/indexes/als/repo/index/vs/vss/vss-24.0.0-20230529.toml doesn't contain the switches you mention.
The
alr
writes wrong configuration files for me in a dependencies (VSS). To reproduce:alr index --add git+https://github.com/reznikmm/als-alire-index.git#v23.0.18 --name als
alr get ada_language_server
vss_config.gpr
misses-gnat2022
as it requested in VSSalire.toml
withvss_config.ads
andvss_config.h
- they are disabled in VSSalire.toml
withThe text was updated successfully, but these errors were encountered: