Fabien Chouteau

Results 20 issues of Fabien Chouteau

Hello here, I was trying to use my SPARK implementation of bbqueue in a USB stack but I realized that it would not work with the internal DMA of the...

Switching from alr 1.1 to 1.2 and update of the generated config files is required but since there is no change in the solution Alire will not do it. I...

type: enhancement

Following the announcement of the end of GNAT Community, we should now only build and test Alire with GNAT FSF compilers (from distro or our own releases).

area: backend

In the context of Alire integration in IDEs there is one feature that would help make a better experience for users, that is to be able to check the validity...

type: feature

If crate `a` depends on `b`, which depends on `c`. `alr with a` should only add `with "a.gpr";` in the the project file and not ``` with "a.gpr"; with "b.gpr";...

type: enhancement
type: usability

There was multiple reports of issues because of setup on macOS like not having xcode command tools installed. I am not sure what Alire can do here, maybe detect missing...

type: enhancement
type: usability
os: macOS
help wanted

I got some feedback on the document and I think we can improve it. We have a lot of good content but I feel like the layout could be better....

The goal here is to provide a simpler default solution for handling compilation flags in Alire crates. And offer a more accessible understanding of compilation options for the vast majority...

Having a way to list known problems in a release could be nice for the documentation and perceived quality of crates: ```toml known_problems = [{title = "Bug in this", workaround...

type: feature

It could be interesting to think about change-logs in the release manifests: ```toml changes = ["Fix bug in stuff", "Add support for things", "Improve performance of that" ] ``` This...

type: feature