Alejandro R Mosteo
Alejandro R Mosteo
I think this would cause the same problem I indicated when editing several crates at the same time via pins to their testsuites. There will be a name clash in...
> So there is often the need to declare a package (spec and body) for the test, in that case, there will be a `.adb` file for the package and...
> That means you have to bring an Ada parser in Alire Oh no, my idea would be to detect lines containing "pragma Alire_Test" and do very simple custom parsing....
> As soon as you say it's Ada syntax, people will break lines, put indentation and maybe use String concatenation to fit 80 columns. It's a recipe for failure in...
I have forgotten the details, so I'll go back and recheck, but I seem to remember that the root crate wasn't compiled with the intended profile, rather than the settings...
It's as Seb describes in the previous post. My initial report was because it seemed to me that, issuing `alr test`, didn't rebuild the root crate in `validation`, as requested...
Could you run with `alr -d` so we can see a full stack trace? Separate issue: are you installing msys2 on your own for specific reasons? Alire will install it...
From that I can see that msys2 is not the one causing problems, and apparently the git process is not printing any errors. Git sets some permissions on its checkouts...
Could you show the output of `sudo apt show alire`? Just to find the maintainer on Debian. Things to try: are you in a folder with write permissions when running...
Thanks for the feedback. To be able to build, you need clone with submodules. Now that you've already cloned, it's a matter of `git submodule update --init --recursive`.