dlang-bugzilla-migration

Results 18 issues of dlang-bugzilla-migration

**Transferred from**: https://issues.dlang.org/show_bug.cgi?id=15533 User `golovanov_alexey` reported (2016-Jan-09 09:34:01): > Created [attachment 1572](https://github.com/dlang/tools/files/5791878/rdmd_import_bug.zip) > > reduced test case (see moduleB import) > > From forum: http://forum.dlang.org/thread/[email protected] > > OS: Windows 7...

Type.Bug
Prio.3.Normal
T.RDMD

**Transferred from**: https://issues.dlang.org/show_bug.cgi?id=14654 User @andralex reported (2015-Jun-05 16:10:40): > rdmd builds the given file and all of its dependents in one shot. For large projects, this becomes problematic because of...

Type.Enhancement
Prio.3.Normal
T.RDMD

**Transferred from**: https://issues.dlang.org/show_bug.cgi?id=8173 User @thelastmammoth reported (2012-May-31 02:23:50): > Currently, running: > ```shell > $ rdmd -g --build-only main && gdb main > ``` > yields: > ``` > warning:...

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

**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