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=7677 User @WalterBright reported (2012-Mar-09 11:41:05): > ```shell > $ obj2asm /bin/ls > Fatal error: unrecognized flag '/bin/ls' > ``` > Reported: > > http://www.reddit.com/r/programming/comments/qlssq/one_small_step_toward_reducing_programming/c3z7h7v

Type.Bug
OS.POSIX
Prio.3.Normal
T.DigitalMars

**Transferred from**: https://issues.dlang.org/show_bug.cgi?id=2620 User `snake.scaly` reported (2009-Jan-26 18:00:00): > coffimplib, when run with only one library as an argument, usually complains about not being able to overwrite the library. Nevertheless...

Type.Bug
OS.Windows
Arch.x86
Prio.3.Normal
T.DigitalMars

**Transferred from**: https://issues.dlang.org/show_bug.cgi?id=19664 User @jacob-carlborg reported (2019-Feb-10 10:13:10): > All tools shipped with a DMD release should be built for the same architecture. For a 64 bit release, the following...

Type.Enhancement
Arch.x86_64
Prio.2.Blocker
T.DigitalMars

**Transferred from**: https://issues.dlang.org/show_bug.cgi?id=18433 User @marler8997 reported (2018-Feb-13 16:41:59): > rdmd currently ignores DFLAGS. These flags should be treated like all the other compiler flags. User @wilzbach responded (2018-Mar-27 22:48:04): >...

Type.Bug
Prio.3.Normal
T.RDMD

**Transferred from**: https://issues.dlang.org/show_bug.cgi?id=18042 User @timotheecour reported (2017-Dec-07 07:20:59): > adding -deps inside rdmd command below will print all dependencies inside bar.foo.fun; it shouldn't because we passed --exclude=bar > > ./setup.sh:...

Type.Bug
Prio.3.Normal
T.RDMD

**Transferred from**: https://issues.dlang.org/show_bug.cgi?id=18040 User @timotheecour reported (2017-Dec-07 06:07:41): > I don't see any reason why --exclude= --include= should be only allowing packages, it should also allow modules, eg: > `rdmd...

Type.Enhancement
Prio.3.Normal
T.RDMD

**Transferred from**: https://issues.dlang.org/show_bug.cgi?id=18079 User @marler8997 reported (2017-Dec-14 16:25:16): > Related to (https://issues.dlang.org/show_bug.cgi?id=8858). That bug was created because dmd would not discover all the imported modules when compiling a single file....

Type.Bug
Prio.3.Normal
T.RDMD

**Transferred from**: https://issues.dlang.org/show_bug.cgi?id=17071 User @timotheecour reported (2017-Jan-08 02:57:48): > ```console > $ rdmd -deps=foo.deps -c foo.d > #creates foo.deps foo.o > $ rm foo.deps > > $ rdmd -deps=foo.deps -c...

Type.Bug
Prio.3.Normal
T.RDMD

**Transferred from**: https://issues.dlang.org/show_bug.cgi?id=17569 User @quickfur reported (2017-Jun-28 17:49:19): > This was reported on the forum: > > > Installing dmd if debian-goodies is installed fails. Both try to write a...

OS.Linux
Prio.3.Normal

**Transferred from**: https://issues.dlang.org/show_bug.cgi?id=16431 User @wilzbach reported (2016-Aug-25 20:50:41): > ```console > $ python -m timeit -v -n 10 -s 'import os' 'os.system("dub run --single --force foo.d")' > 10 loops, best...

Type.Enhancement
Prio.3.Normal
T.RDMD