-
With `LDC - the LLVM D compiler (1.13.0)` + https://github.com/dlang/druntime/pull/2478 + https://github.com/ldc-developers/druntime/pull/153
Running on [LinkitSmart 7688](https://labs.mediatek.com…
-
The Travis CI tests are failing since the LDC 1.18 and druntime spawn a new thread for GC early on and it doesn't have the ALRM signal blocked, this means that when the alarm is raised it goes to that…
-
Which requires calling different druntime hooks in the glue layer.
kinke updated
3 years ago
-
The following code with Clang blocks [1]:
```c
void(^CXCursorVisitorBlock)(void);
```
Is translated to:
```d
extern (C):
extern __gshared void function () CXCursorVisitorBlock;
```
…
-
## dlang (Vild) reported this on 2019-06-22T18:51:42Z
### Transfered from https://issues.dlang.org/show_bug.cgi?id=19997
### CC List
* bugzilla (WalterBright)
* shove
### Description
````markdown…
-
**What is the bug?**
`PrometheusDataSourceCommandsIT.testSourceMetricCommandWithTimestamp` integration test fails in `hi-IN` locale.
It first failed in commit https://github.com/opensearch-project…
-
While attempting to bootstrap LDC 1.26 with GDC 9.3 located at a custom location LDC build failed complaining that it couldn't load libgphobos.so.76. Investigating a bit revealed that the link paramet…
-
Error:
```shell
$ meson setup --optimization=s --prefix=$(pwd)/install_cortex-m4/ --cross-file meson/arm_cortex_m4_cross.ini build_debug_druntime_cortex-m4
...
meson.build:124:87: ERROR: Unknown m…
-
I'm using a Logitech MX Anywhere 3S, for which a device file was added to the supported device list relatively recently. It's not getting recognized by ratbag/piper, so I think I should add the device…
-
Testcase from druntime `rt/lifetime.d` line 2686 miscompiles with `-opaque-pointers=true -O`:
```
static struct S
{
S* thisptr;
~this() { assert(&this == thisptr); thisptr = null;} // Th…