Fabien Chouteau

Results 94 comments of Fabien Chouteau

Isn't gprbuild already doing the right thing for the file extension? For the version number, I think this is only done on "UNIX" systems. And with sym-links.

That sounds like a good idea. Can you open a pull-request with the changes?

> Perhaps it would be more useful if `alr config --get/--list` showed the entries of `[configuration]` and `[configuration.values]`, too. Shell scripts can then query alr for the needed parameters. We...

`alr show --crate-config` seems like an option.

@RREE `alr show` already has a `--jekyll` switch that will output information in Jekyll static website format: ``` alr show rp2040_hal --jekyll [16:01] --- layout: crate crate: "rp2040_hal" authors: ["Jeremy...

@mosteo sorry it took me so long to look at this. > There are many things missing: printing the environment needed to use the prefix, a way to run things...

> > Do we need that? Isn't it just a PATH to set? > > Actually yes. Anything else would be for mere convenience. I worried that it will bring...

Thanks a lot @simonjwright ! I commented on PR for code details. > * Is `macos` OK for `Alire.Platforms.Distribution`? (actually `MacOS`). Obviously the test that failed above needs fixing! As...

@pjljvandelaar indeed it should be all `/` here. What differentiate `gprbuild` and `gnat_native` crates is that they are binary crates and the PATH is set with this in the manifest:...

Hello @sad-poet, impressive work! I did a quick review and everything seems to be ok. The only comment I have is on the renaming of `langkit_support` to `langkit`, these are...