Alejandro R Mosteo
Alejandro R Mosteo
I agree on the spirit of the idea, but I don't think we need to go with HTML. We basically have a series of predefined styles (crate name, version, code,...
Hi @michael-hardeman, I think I answered some of your questions on Gitter, but not all of them. Of course it will be better to have all that clarified in the...
I think there's a possibility that running `alr update` (so the just installed compiler is added to the solution) before the build could fix it. Still, this points to a...
I guess it was `--select` instead of `--install` (which doesn't exist)? That should indeed have had the same effect as an `alr update`, in the end the thing is that...
Yes, sorry, brainfart on my part. The effect should be similar. It's good you found a simple workaround for your case; we still will need to fix the issue.
There were some outdated pins in `alire.toml`. I'm working on a fix.
That's because the root project to build `alr` is in fact `alr_env.gpr`, when built by hand. Or are you self-building with `alr build`? I need a bit more of context...
The thing is, `alr build` should work too, at least in the master branch. We have CI tests for that. Improvements to adventurous people working from sources are certainly welcome....
A remnant of debugging. Actually, either we get rid of the `if True` or reinstate the filtering condition. I think the former is better in this case.
Then we would have to do the same with `alr with --del` ;-) This is breaking and `2.0` will have some other breaking changes. Maybe having `--delete` as just an...