-
Because of the requirement for D language compiler to be available across all platforms Fedora supports, I have started to look into what's missing in the s390x support in LDC. I have a dirty/interim …
-
I am posting this issue here because it's with DCD that I experienced this, and that I seem to be able to reproduce the issue; however this could probably be a dsymbol, dparse or containers issue.
Th…
-
Once our minimum supported version becomes v2.088 (including LDC), we can leverage the DRuntime bindings for vector/string classes: https://dlang.org/changelog/2.088.0.html#std_vector
This shouldn'…
-
Maybe Rust, Go or other standard libraries too.
See e.g.
- https://code.dlang.org/packages/emsi_containers
- https://github.com/dlang/druntime/tree/master/benchmark
-
```
dwasmjs/source/druntime/src/ldc/eh_wasm.d(9,8): Error: module `unwind` is in file 'rt/unwind.d' which cannot be read
```
in
[koppe-ruppe branch of dwasmjs](https://github.com/AnimusPEXUS/dwasm…
-
## Description
Now that DMD and druntime are in the same repository and DMD-as-a-library is taking shape, it should be possible to expose CTFE for use at runtime through druntime. RTFE!
## What …
-
See https://github.com/dlang/druntime/pull/2821
`core.thread` is imported in `APILookupGLib.txt`
-
When building ldc from source using musl as its libc on Void Linux I keep facing several segfaults such as:
```
make[2]: *** [runtime/CMakeFiles/ldc-jit-rt.dir/build.make:70: runtime/objects/ldc/dyn…
-
```
> /home/luis/.vscode/extensions/bosz.visual-trial-0.6.0/trial-0.6.2/trial/trial -t Failing test -r visualtrial
Generate main file: /home/luis/repos/dlang/pijamas/trial_root.d
Looking for files …
-
For a test newly added in v2.098 - apparently some GC garbage isn't reliably collected as expected: https://github.com/ldc-developers/druntime/blob/057d017303cba661c230e3710f84e6fa0d00cc44/test/except…