tools icon indicating copy to clipboard operation
tools copied to clipboard

Ancillary tools for the D programming language compiler

Results 39 tools issues
Sort by recently updated
recently updated
newest added

**Transferred from**: https://issues.dlang.org/show_bug.cgi?id=19382 User `Basile-z` reported (2018-11-09 16:00:38 CET): > for the D tools > > `make -f posix.mak` fails when the dmd available on the machine is not the...

Type.Enhancement
Prio.3.Normal

**Transferred from**: https://issues.dlang.org/show_bug.cgi?id=18423 User @WebDrake reported (2018-02-11 16:22:46 CET): > When `rdmd` invokes the D compiler to generate dependencies information, it makes a hardcoded assumption that this information gets written...

Type.Enhancement
Prio.3.Normal
T.RDMD

**Transferred from**: https://issues.dlang.org/show_bug.cgi?id=18421 User @WebDrake reported (2018-02-11 15:21:59 CET): > `rdmd_test` includes a test-case to ensure that `rdmd` works for programs that use `pragma(lib)` to load libraries (see https://issues.dlang.org/show_bug.cgi?id=16978 for...

Type.Enhancement
OS.POSIX
Prio.3.Normal
T.RDMD

graphql query works mostly bearer not working anymore

**Before Change:** **After Change:**

When invoking the compiler to calculate dependencies capture both stdout and stderr since gdc's verbose output goes to stderr.

The -m switch only makes sense on amd64 or x86. Making the flag optional allows running the tests on other architectures.

Compiling with recent versions of gdc results in errors: ``` DustMite/polyhash.d-mixin-289:293:13: error: ‘low’ must be surrounded by parentheses DustMite/polyhash.d-mixin-289:293:23: error: ‘high’ must be surrounded by parentheses DustMite/polyhash.d-mixin-289:294:12: error: ‘a’ must...