Alejandro R Mosteo

Results 403 comments of Alejandro R Mosteo

There are some subtle differences: - `alr toolchain --install` (without --install-dir) is like doing an `alr toolchain --select` but without configuring the toolchain as the default. Toolchains installed this way...

Yes, that's it. The solver tries first with the selected toolchain, then with any locally available, then with any that fits the bill, which will be downloaded if accepted.

@jklmnn, this is with `1.2.2` I presume? There are changes in `2.0` that will make the default the contrary (`build` won't run `post fetch`, but `update` will)

OK, thanks for checking. `2.0` should still run `post-fetch` the first time a configuration is build. I'll take a look.

@jklmnn any news about this? I can build `xmlada` and `ada_language_server` on Windows with the master branch without trouble. If you have instructions on reproducing this locally please share. Note...

> Just found that in `2.0` the `post-fetch` action doesn't run after `alr update` but it does run after `alr build`. More precisely, `post-fetch` runs during the first `alr build`...

> "alr publish --trusted-sites" lists "savannah.nongnu.org", without the "git.". So either the trusted site list needs to be changed, or the trusted site check logic needs to allow subdomains. I'm...

Yes, this should work for pins just as it works for regular dependencies. Thanks for the report. The root cause will likely be that for regular dependencies we rely on...

I will rewrite the python part in Ada to avoid having a hidden dependency on Python, so I'm leaving this unmerged for now.