-
```
dmd/backend/oper.d(497:6)[warn]: This enum may lead to unnecessary allocation at run-time. Use 'static immutable Ebinary = [ ...' instead.
```
The warning is bogus. No allocation occurs, and no…
-
Picking up a second custom apparatus (AP) item causes the players inventory to bug out, appearing to fill up two inventory slots. The apparatus cannot be dropped in this state. The player character ca…
-
Hello! I've recently run into this project and indeed found it contain a lot of interesting code.
I was mainly interested in it as a replacement for aMule's own web interface which doesn't work ver…
-
OS: OpenSUSE Linux
Godot: 3.1.1 stable
Godot-D: ade9d5c9b86df5d9c2cddc27df5aba53abf5e696
Compiler: DMD 2.086
Shared libs built with the new DMD release no longer work, giving a `undefined …
-
I.e., either port the codegen stuff from dlang/dmd#9282, or implement it differently in the frontend to require less codegen changes (Iain isn't happy about this at all: dlang/dmd#9702).
Then rever…
kinke updated
3 years ago
-
...and how can we make it faster?
The difference in compilation time is almost 2x, see [dub Travis-CI](https://travis-ci.org/D-Programming-Language/dub/jobs/47783953).
I'm a little fed up by dmd's ba…
-
When the plugin cannot run the dmd binary a _ProcessNotCreatedException_ is thrown which for some reason is being reported by users via sentry. From what I remember the code does both a permissions ch…
-
Hi, I've found that Haldor no longer gives the bounties menu after the update.
Version 0.9.34
Valheim 7 november 2023 update
beepinex : 5.4.2202
[Error : Unity Log] MissingMethodException: Method…
-
Hey there!
Today I added some __debug[...] functions to some small structs, defined like this:
```d
auto __debugOverview() => getString;
auto __debugExpanded() => getString;
auto __debugStri…
-
OS: Linux Mint 19.1 Cinnamon
Compiler: DMD 2.084
Command line: `dub run --compiler=dmd -a=x86_64 -b=debug`
Test code:
```d
import std.stdio;
import stdx.data.json;
void main() {
// JSO…