pjljvandelaar

Results 316 comments of pjljvandelaar

When there is a good reason why the `hello` crate doesn't use the executables property, feel free to close this issue!

* ` alr exec -- ".\bin\dependency_graph_extractor.exe -h"` gives the expected, desired behaviour. (with the right quotes but the right quote (`) is problematic in this wiki) * After `alr printenv...

[log.txt](https://github.com/alire-project/alire/files/8465062/log.txt) Please find attached the command + output for the required comment. Minor: the log ends with `re-run with -d for details.` But I really ran it as `alr build...

[log2.txt](https://github.com/alire-project/alire/files/8465118/log2.txt) Please find attached step 2, that shows that the error is not persistent.

316 GB free space on C:\ so that doesn't seem to be the root cause. Tried as administrator, same problem. Tried with GNATPro directory renamed, same problem. Indeed with `alr...

It took me a time to make the wincmd equivalent of the powershell example. Maybe you can return it as part of the help text (or put it somewhere in...

@Fabien-Chouteau You describe a workaround that is similar to what I am currently using. First `alr build` to make sure everything is fine. And only then use `alr printenv`. My...

Thanks for the great answers! I still have another question: How does alire handle tools like GnatCheck, CodePeer, and GnatPP (Pretty_Printer)? Our standard_options project has the right values for us...

I have some problems getting to get a stable solution (with two crates). It seems very important that both have exactly the same settings.... GitHub actions accepts it: https://github.com/TNO/Renaissance-Ada/actions/runs/2028732711 But...