Fabien Chouteau

Results 94 comments of Fabien Chouteau

Sounds doable, but maybe do it from `dependency_graph.py` instead of making another script. And also I would add a link in the [crates](https://alire.ada.dev/crates.html) like the network, but not in the...

As far as I can see, `arm64` is equivalent to `aarch64`.

I would translate `arm64` to `aarch64`, it's the standard name for this architecture. Looks like Apple started they LLVM backend as `arm64` but it was later merged with the "official"...

Deleting files is hard :cry: We also have an issue with deleting the index on Windows. Maybe we should use you implementation.

Unfortunately aggregate projects don't work for cross compilation.

This would actually be useful for any "alternative" programming language.

Yeah I think the intention was to allow to mix Alire deps with other libraries that way. I don't think we should change the behavior. We could add an option...

Could this be part of `alr show`?

> So that doesn't work. Perhaps "alr exec -P" needs a mechanism to select the project file as well? Yes that's something we can add to exec at some point.