Alejandro R Mosteo
Alejandro R Mosteo
Side project that would enable search for compatible licensed projects. Current search already can be used on license abbreviations.
Two new switches that allow to apply a profile to the complete solution without having to edit the manifest: - `alr build --validation --recurse-all` # Overrides all crates - `alr...
This is an internal improvement to the solver so now when a dependency can't be solved it will give the reason (via an extra `:reason` part after the usual `missed`)....
I'm thinking that, as the use of subcrates for demos, examples, tests, etc. generalizes, it could be interesting to have a property in the manifest to make users better aware...
As the title says. @Fabien-Chouteau, I was playing with this and hit a wall and the best way I can describe it is that some instrumented code was trying to...
As part of the installation/sharing of resources (#948), problems with blind gprinstallation of a build were pointed out: - Conflicting versions of [static/dynamic] libraries - Conflicting versions of configurations for...
A user in gitter asked: > I have a bin crate using gnat_arm_elf = "^11.2" and it depends on other crate that also have similar dep. I would really like...