Fabien Chouteau

Results 21 issues of Fabien Chouteau

Hello, This is a tentative fix for #105. I changed the type of uniform buffer to avoid what seems to be a memory layout issue. It's my first time messing...

Hi @mosteo, as part of V2 breaking changes I think we mentioned removing the install part of the toolchain command in favor of the new `alr install` command. Is there...

As discussed in alire-project/alire-index#73, Once we have a real `alr publish` command it could be useful to have a `pre-bublish` action to remove file not related to `Alire`, create a...

type: feature

This the variable is expended here: ``` [environment] BINUTILS_SRC_DIR.set = "${CRATE_ROOT}/" ``` But not here: ``` [gpr-set-externals] BINUTILS_SRC_DIR = "${CRATE_ROOT}/" ``` I don't think there's a good reason for this....

This would allow the use of new VScode extension without doing `alr edit`. Just checkout a project and open it with VScode.