-
I now mainly use Mac now.
I don't know how to install allegro to work with DAllegro any more.
I get this:
Joels-MacBook-Pro:DAllegro5 joelcnz$ ./build_example_dmd.sh
ld: library not found for -lalle…
-
Initial steps:
- [ ] Add an asan_blacklist.txt to druntime and to phobos (separate). Start from this one, add lines to simply blacklist _all_ functions in druntime and phobos:
```
# Blacklist for A…
-
## Description
Currently most D repositories require build tools that are specific to flavors of Unix, and those tools are not portable to all platforms that D supports. For Windows specifically, …
-
druntime-test-profile fails on 'illegal instruction' on armv7
Log:
```
810/823 Testing: druntime-test-profile
810/823 Test: druntime-test-profile
Command: "/usr/bin/make" "-C" "/home/abuild/rpm…
-
Ubuntu 22, LDC v1.30.0, lld v14:
```D
void main() {
import core.stdc.stdio;
foreach (m; ModuleInfo)
printf("%.*s\n", cast(int) m.name.length, m.name.ptr);
}
```
Built without…
-
1. druntime unittests fail with out of memory error (something trivial, probably)
2. threads creation/destroy isn't supported yet
3. fibers also isn't supported due to LLVM issue: https://bugs.llvm.…
-
The current `resolveLibs` function translates specified library dependencies into appropriate linker flags. However, it does not account for the possibility that the available druntime or phobos migh…
-
### TODO
- [ ] https://github.com/ivmai/bdwgc/issues/626
- [ ] add benchmark between GCs (bdwgc x druntime)
-
**What is the bug?**
Intermittent failure of org.opensearch.search.asynchronous.context.permits.AsynchronousSearchContextPermitsTests.testAsyncBlockOperationsOperationBeforeBlocked.
**How can one …
-
Currently the implicitly called dmd D compiler fail due to missing gamma includes:
```
dmd S.d SLex.d -g include/runtime.d src/io.d src/log.d src/epsilon/soag/listacks.d
Error: module runtime is in…