[Issue 12661] [REG2.066a] std.regex with -debug causes linker errors

2014-05-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12661 --- Comment #9 from j...@red.email.ne.jp --- (In reply to jiki from comment #8) (In reply to jiki from comment #6) This patch is a workaround. https://github.com/D-Programming-Language/phobos/pull/2132 Rebased after some wrong operations.

[Issue 12745] New: [Ddoc] Underscore is removed from numbers in document comments

2014-05-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12745 Issue ID: 12745 Summary: [Ddoc] Underscore is removed from numbers in document comments Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 10658] Cannot merge template overload set by using alias declaration

2014-05-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10658 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 10658] Cannot merge template overload set by using alias declaration

2014-05-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10658 --- Comment #1 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/5019a5798ffd2c3154e870966c038185330a2c36 fix Issue 10658 - Cannot

[Issue 1900] Template overload sets traits templates

2014-05-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1900 Issue 1900 depends on issue 10658, which changed state. Issue 10658 Summary: Cannot merge template overload set by using alias declaration https://issues.dlang.org/show_bug.cgi?id=10658 What|Removed |Added

[Issue 12235] ICE on printing mangled name of forward reference lambda by pragma(msg)

2014-05-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12235 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 12237] Inconsistent behavior of the instantiating enclosing template function

2014-05-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12237 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/5dc529c2a17f34893167abd48c9bf18bcd2e4247 fix Issue 12237 -

[Issue 12235] ICE on printing mangled name of forward reference lambda by pragma(msg)

2014-05-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12235 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/41e061f150b1a98050e1d1a0a7ad2592bcc63d02 fix Issue 12235 - ICE on

[Issue 12236] Inconsistent mangleof result

2014-05-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12236 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 12236] Inconsistent mangleof result

2014-05-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12236 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/c589056b5cbe1eeeddc521c872aece529213daf1 fix Issue 12236 -

[Issue 8704] Invalid nested struct constructions should be detected

2014-05-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8704 --- Comment #6 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/da0be7592a903af33da5d65792e38e265f560bb3 fix Issue 8704 - Invalid

[Issue 8704] Invalid nested struct constructions should be detected

2014-05-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8704 github-bugzi...@puremagic.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 12746] New: Wrong overload access within manually aliased eponymous function template

2014-05-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12746 Issue ID: 12746 Summary: Wrong overload access within manually aliased eponymous function template Product: D Version: D2 Hardware: All OS: All

[Issue 12746] Wrong overload access within manually aliased eponymous function template

2014-05-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12746 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #1 from

[Issue 12242] conflict error with public imports

2014-05-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12242 --- Comment #7 from Kenji Hara k.hara...@gmail.com --- One more test case of this issue: module test01; private mixin template MixTmp(T, int x) { template foo(U) if (is(U == T)) { enum foo = x; } } mixin MixTmp!(int, 1); mixin

[Issue 12746] Wrong overload access within manually aliased eponymous function template

2014-05-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12746 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/3c45ff1f158fe5eb9b0b6df15767b65ed8263cfb fix Issue 12746 - Wrong

[Issue 12746] Wrong overload access within manually aliased eponymous function template

2014-05-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12746 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 11543] multiple definition of std.regex with shared library

2014-05-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11543 --- Comment #8 from Martin Nowak c...@dawg.eu --- I'm currently working on a fix to make ModuleInfo immutable. This is quite invasive though. https://github.com/MartinNowak/druntime/tree/fix11543 --