-
I notice that idlc generates `__alloc()` and `_free()` functions for constructed types but does not generate a function for deep copying.
Deep copy functions would make life easier when programming i…
-
### Environment
- OS and Version: macOS 12.7.2
- IDE Version:Version: 1.91.0 (Universal)
Commit: ea1445cc7016315d0f5728f8e8b12a45dc0a7286
Date: 2024-07-01T18:54:18.541Z
Electron: 29.4.0
Electron…
-
GCC already has `-fdump-go-spec=`/`-fdump-ada-spec` options to write Go/Ada bindings for C/C++.
`-fdump-ada-spec` is implemented in `c-family`, so in the FEs; `-fdump-go-spec` is in the middle-end …
-
For example I want to call `tcsetattr` but all I find is:
```ada
tcsetattr_LINKNAME : constant String := "tcsetattr";
HAVE_tcsetpgrp : constant Boolean := True;
```
Where is the actual …
-
I've cloned the startup-gen repo as well as downloaded the Release version 21.0.0 of templates-parser and each result in the following error when running make:
System info:
OS: Ubuntu 18.04.5 x86_…
-
### What Operating System(s) are you seeing this problem on?
Linux Wayland
### Which Wayland compositor or X11 Window manager(s) are you using?
kwin 6.1.4 (NixOS)
### WezTerm version
we…
-
**Is your feature request related to a problem? Please describe.**
Summary:
Is there a plan to allow elaboration through the LSP? (https://github.com/ghdl/ghdl/issues/1753#issuecomment-834634597)
…
-
This issue continues an unfinished topic from Ada 2022. This issue
was created to fulfill the ARG resolution of November 10, 2022.
--------------------------
Adapting code to run on targets with di…
-
C, Rust, Go and Ada bindings would be nice to have. I understand that templates are important for the library to work but a lot of programmers who can benefit from a portable SIMD library simply can't…
-
I've a project where I need to call a shared library from Node.js. To achieve this I used "Node.js Foreign Function Interface" (https://github.com/node-ffi/node-ffi)... unfortunately the install stops…