Fabien Chouteau

Results 94 comments of Fabien Chouteau

@simonjwright that should do the trick -> https://github.com/alire-project/alire/pull/1015

In the case of https://github.com/alire-project/alire-index/pull/136, there was no `libfuse.toml` at all in the index so in my opinion this should always be an error.

@pjljvandelaar > 3\. We have a single aggregate project such that we can build, test, generate documentation etc. with a single command. > How should we realize this with Alire?...

> You can disable the generation of gpr files with: @onox please don't recommend newcomers to disable features like that without giving the full picture. You might not use or...

> How does alire handle tools like GnatCheck, CodePeer, and GnatPP (Pretty_Printer)? > Our standard_options project has the right values for us for them, > but alire only seems to...

> Do I need the development version? Yes you need the development version for `alr exec`.

@rocher `alr show lvgl_ada ` will give you information about the project and authors so you can report issues.

Hello @Patschkowski, My understanding is that this trusted site check is only made in the `alr publish` command. You don't have to use this command to publish a crate in...

> Such a gpr file simply hardcodes the relative path to the gpr files being used; In theory the generated `` file could use relative paths to projects of dependencies....

We could do a check during the `alr index --update-all` command.