[Issue 8955] Can't have qualified field with not-qualified constructor/postblit

2017-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8955 Vladimir Panteleev changed: What|Removed |Added Status|NEW |RESOLVED See Also|

[Issue 14838] [REG 2.066] Wrong attribute inference for auto-generated class destructor with static array of non-POD type

2017-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14838 Vladimir Panteleev changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 17657] wrong line number when optimized (dmd -O -g)

2017-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17657 --- Comment #1 from Vladimir Panteleev --- Err, I think using optimizations implies that you are willing to sacrifice accurate debug information. This is true for pretty much all compilers, so unless this is something easily fixable, I'm not sure if

[Issue 11997] rdmd should search its binary path for the compiler

2017-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11997 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 11997] rdmd should search its binary path for the compiler

2017-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11997 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/tools https://github.com/dlang/tools/commit/f7e6f4ed925f6a8f97b4c0f02cfce2620489357a Fix Issue 11997 - rdmd should search it's binary path for

[Issue 17656] Enum member circular reference error

2017-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17656 Vladimir Panteleev changed: What|Removed |Added Keywords||rejects-valid --- Comment #1 from Vladi

[Issue 11847] Importing "package.d" module causes qualified name lookup to fail for sub modules

2017-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11847 --- Comment #10 from cpierrot...@gmail.com --- I have found out that renamed imports in the can be used as a workaround: test/package.d --- module test; import mod = test.mod; --- test/mod.d --- module test.mod; import std.stdio; void func(){writeln

[Issue 8955] Can't have qualified field with not-qualified constructor/postblit

2017-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8955 Seb changed: What|Removed |Added CC||greensunn...@gmail.com --

[Issue 8955] Can't have qualified field with not-qualified constructor/postblit

2017-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8955 Jack Stouffer changed: What|Removed |Added CC||j...@jackstouffer.com Severity|norm

[Issue 6718] "nWayUnion" => "nWayMerge", plus true nWayUnion

2017-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6718 --- Comment #9 from Andrei Alexandrescu --- (In reply to RazvanN from comment #8) > So, how should we proceed here? Rename nWayUnion to nWayMerge and alias > nWayUnion to it? If we do that we should probably deprecate nWayUnion. @RazvanN, let's do th

[Issue 17657] wrong line number when optimized (dmd -O -g)

2017-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17657 Stefan changed: What|Removed |Added Hardware|Other |x86_64 OS|Other

[Issue 17657] New: wrong line number when optimized (dmd -O -g)

2017-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17657 Issue ID: 17657 Summary: wrong line number when optimized (dmd -O -g) Product: D Version: D2 Hardware: Other OS: Other Status: NEW Severity: enhancement

[Issue 17392] Add Dub file for the lexer and parser

2017-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17392 --- Comment #1 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/b5e6ed443db8246e98beec64f55f7717dbe45989 Fix issue 17392 - Add Dub file for the lexer and parser The D

[Issue 17392] Add Dub file for the lexer and parser

2017-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17392 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 14576] [ddemangle] core.demangle unable to handle ambiguity in symbols

2017-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14576 --- Comment #2 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/f7f87ac45b995e5c5f5a7af3c7ee0629c24804a1 fix issue 14576: backtrack on ambiguous template alia

[Issue 17611] core.demangle cannot demangle delegates with function attributes

2017-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17611 --- Comment #2 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/0f564d62e8e982f7e73ac662592198a7313348fb fix issues 14319, 14563, 17609, 17610, 17611: demangl

[Issue 14319] core.demangle does not support member function attributes

2017-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14319 --- Comment #2 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/0f564d62e8e982f7e73ac662592198a7313348fb fix issues 14319, 14563, 17609, 17610, 17611: demangl

[Issue 16664] core.demangle functions are not callable from @safe or pure code

2017-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16664 --- Comment #2 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/2e37769507517fb5f6600172e4ed8548c713a3df fix issue 16664 - restrict trusted code to a few smal

[Issue 17609] core.demangle demangles delegate variables as functions

2017-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17609 --- Comment #2 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/0f564d62e8e982f7e73ac662592198a7313348fb fix issues 14319, 14563, 17609, 17610, 17611: demangl

[Issue 17610] core.demangle shows return type of template alias parameter

2017-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17610 --- Comment #2 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/0f564d62e8e982f7e73ac662592198a7313348fb fix issues 14319, 14563, 17609, 17610, 17611: demangl

[Issue 14563] core.demangle: Does not demangle type modifers

2017-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14563 --- Comment #2 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/0f564d62e8e982f7e73ac662592198a7313348fb fix issues 14319, 14563, 17609, 17610, 17611: demangl

[Issue 15831] IFTI voldemort type exploding bloat

2017-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15831 ZombineDev changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Issue 15831] IFTI voldemort type exploding bloat

2017-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15831 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 15831] IFTI voldemort type exploding bloat

2017-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15831 --- Comment #16 from github-bugzi...@puremagic.com --- Commits pushed to mangle at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/60022cb0ed949f5f6bca2a588e1b00a638b48767 fix issue 15831: mangle back references for types and identif

[Issue 16664] core.demangle functions are not callable from @safe or pure code

2017-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16664 --- Comment #1 from github-bugzi...@puremagic.com --- Commit pushed to mangle at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/2e37769507517fb5f6600172e4ed8548c713a3df fix issue 16664 - restrict trusted code to a few smal

[Issue 17611] core.demangle cannot demangle delegates with function attributes

2017-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17611 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 17609] core.demangle demangles delegate variables as functions

2017-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17609 --- Comment #1 from github-bugzi...@puremagic.com --- Commit pushed to mangle at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/0f564d62e8e982f7e73ac662592198a7313348fb fix issues 14319, 14563, 17609, 17610, 17611: demangl

[Issue 14319] core.demangle does not support member function attributes

2017-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14319 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 17609] core.demangle demangles delegate variables as functions

2017-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17609 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 14563] core.demangle: Does not demangle type modifers

2017-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14563 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 14576] [ddemangle] core.demangle unable to handle ambiguity in symbols

2017-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14576 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 14319] core.demangle does not support member function attributes

2017-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14319 --- Comment #1 from github-bugzi...@puremagic.com --- Commit pushed to mangle at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/0f564d62e8e982f7e73ac662592198a7313348fb fix issues 14319, 14563, 17609, 17610, 17611: demangl

[Issue 17610] core.demangle shows return type of template alias parameter

2017-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17610 --- Comment #1 from github-bugzi...@puremagic.com --- Commit pushed to mangle at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/0f564d62e8e982f7e73ac662592198a7313348fb fix issues 14319, 14563, 17609, 17610, 17611: demangl

[Issue 17610] core.demangle shows return type of template alias parameter

2017-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17610 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 14576] [ddemangle] core.demangle unable to handle ambiguity in symbols

2017-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14576 --- Comment #1 from github-bugzi...@puremagic.com --- Commit pushed to mangle at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/f7f87ac45b995e5c5f5a7af3c7ee0629c24804a1 fix issue 14576: backtrack on ambiguous template alia

[Issue 17611] core.demangle cannot demangle delegates with function attributes

2017-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17611 --- Comment #1 from github-bugzi...@puremagic.com --- Commit pushed to mangle at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/0f564d62e8e982f7e73ac662592198a7313348fb fix issues 14319, 14563, 17609, 17610, 17611: demangl

[Issue 14563] core.demangle: Does not demangle type modifers

2017-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14563 --- Comment #1 from github-bugzi...@puremagic.com --- Commit pushed to mangle at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/0f564d62e8e982f7e73ac662592198a7313348fb fix issues 14319, 14563, 17609, 17610, 17611: demangl

[Issue 16641] Infinite loop on InvalidMemoryOperationError in __dmd_personality_v0

2017-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16641 Nemanja Boric <4bur...@gmail.com> changed: What|Removed |Added CC||4bur...@gmail.com --- Com

[Issue 17413] Deadlock if allocation fails during runtime initialization

2017-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17413 Nemanja Boric <4bur...@gmail.com> changed: What|Removed |Added CC||4bur...@gmail.com --- Com

[Issue 16706] non-ASCII characters in file names generate bad file names for coverage.

2017-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16706 Rainer Schuetze changed: What|Removed |Added CC||r.sagita...@gmx.de Component|visu

[Issue 5418] std.math.lround not implemented on win32 and not documented

2017-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5418 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/4ea051f17a1308a92ce93d0cb7e5ea38c2de1e18 Issue 5418 - std.math.lround not implemented on win32 and

[Issue 11997] rdmd should search its binary path for the compiler

2017-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11997 Vladimir Panteleev changed: What|Removed |Added Summary|rdmd should search it's |rdmd should search its