Maxim Reznik
Maxim Reznik
Hello, GDB supports some languages besides than c/cpp. I've tried to add `Ada` to the language list and it seems the DAP server works. Would you consider to add other...
I should note, that gnat_native doesn't provide `libada.gpr` file. This file is mentioned in [GNAT User Guide](https://gcc.gnu.org/onlinedocs/gcc-11.2.0/gnat_ugn/Rebuilding-the-GNAT-Run-Time-Library.html#Rebuilding-the-GNAT-Run-Time-Library) and should be used to rebuild RTL as needed. GNAT CE 2021 provides...
**Describe the bug** I want Alire to be able to pin a crate implementing a "virtual crate". Use case: I have a crate (`mybin`) that depends on a "virtual crate"...
I create a crate for STM32 driver. It doesn't depend on ADL any more. To make it independent on ADL I copy Ethernet SVD file. I hope this won't be...
I don't understand some code in `specs/`: In `gcc.spec`: ```python @property def is_cross(self): return ( self.env.target.triplet == "arm-eabi" or self.env.target.triplet == "riscv64-elf" or self.env.target.triplet == "avr-elf" ``` `arm-eabi` is a...
**Describe the bug** `environment.'case(os)'.'...'` is ignored (doesn't match?) on Mac OS X. **To Reproduce** I want to build a crate with HEAD of `gnatcoll-core`. I do 1. Clone and pin:...
**Describe the bug** If I run `alr action post-fetch` the doesn't have the compiler in the PATH. **To Reproduce** Steps to reproduce the behavior: 1. Have no GNAT in the...
**Describe the bug** When source code contains "cycle symlinks" `alr` is unable to sync "build dir". See https://github.com/AdaCore/gpr/tree/master/testsuite/tests/gpr-symlinks-cycle/with-resolve-links/ I don't think this is an important bug. Workaround is to set...