[Issue 15475] Ddoc code sample with unbalanced paren comes out as macro

2016-03-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15475 --- 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/70c53a536cd021fb7a1798dd0cc493056d6b6586 Issue 15475: ddoc should not

[Issue 13409] std.range.padLeft/Right

2016-03-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13409 Jack Stouffer changed: What|Removed |Added Keywords||pull --

[Issue 9065] Please consider adding these std.traits

2016-03-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9065 Jack Stouffer changed: What|Removed |Added Keywords||pull --

[Issue 15778] polysemous string type doesn't work in array operation

2016-03-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15778 b2.t...@gmx.com changed: What|Removed |Added CC||b2.t...@gmx.com --- Comment #2 from b2.t...

[Issue 15779] Program exits with dwarfeh(316) fatal error

2016-03-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15779 --- Comment #4 from Marenz --- Und die Moral von der Geschicht, einen Zwerg, den wirft man nicht. --

[Issue 15779] Program exits with dwarfeh(316) fatal error

2016-03-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15779 --- Comment #3 from Marenz --- I forgot: You need to compile with-gx --

[Issue 15779] Program exits with dwarfeh(316) fatal error

2016-03-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15779 --- Comment #2 from Marenz --- I want to add that I am quite annoyed that a bug like this makes it into a release. This cost me at least 2 days of production time. --

[Issue 15779] Program exits with dwarfeh(316) fatal error

2016-03-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15779 --- Comment #1 from Marenz --- Okay, I managed a minimal test case now: import core.thread; void main() { new Fiber({ throw new Exception("fly"); }).call(); } --

[Issue 15779] Program exits with dwarfeh(316) fatal error

2016-03-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15779 Mathias Lang changed: What|Removed |Added CC||mathias.l...@sociomantic.co

[Issue 15779] New: Program exits with dwarfeh(316) fatal error

2016-03-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15779 Issue ID: 15779 Summary: Program exits with dwarfeh(316) fatal error Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: regression

[Issue 15778] polysemous string type doesn't work in array operation

2016-03-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15778 ag0ae...@gmail.com changed: What|Removed |Added CC||ag0ae...@gmail.com --- Comment #1 from a

[Issue 15475] Ddoc code sample with unbalanced paren comes out as macro

2016-03-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15475 hst...@quickfur.ath.cx changed: What|Removed |Added Keywords||pull --- Comment #5 from hst...@quic

[Issue 15778] New: polysemous string type doesn't work in array operation

2016-03-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15778 Issue ID: 15778 Summary: polysemous string type doesn't work in array operation Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: regression

[Issue 15475] Ddoc code sample with unbalanced paren comes out as macro

2016-03-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15475 --- Comment #4 from hst...@quickfur.ath.cx --- Found that the problem is that the ')' is doubly-escaped: by the time it gets to highlightText(), it's already escaped, but highlightText doesn't know that, and when it calls highlightCode2() it escapes i

[Issue 15475] Ddoc code sample with unbalanced paren comes out as macro

2016-03-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15475 --- Comment #3 from hst...@quickfur.ath.cx --- The problem is the doc.d right now is a fragile tangle of spaghetti code, full of special cases and unexpected gotchas, and changing one small thing may cause unrelated breakage elsewhere. It really needs

[Issue 15475] Ddoc code sample with unbalanced paren comes out as macro

2016-03-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15475 --- Comment #2 from Adam D. Ruppe --- my doc generator handles this correctly just saying (my doc gen even handles `---` inside comments in the samples! it is fancy.) --

[Issue 15475] Ddoc code sample with unbalanced paren comes out as macro

2016-03-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15475 hst...@quickfur.ath.cx changed: What|Removed |Added Severity|minor |normal --- Comment #1 from hst...@qu

[Issue 15475] Ddoc code sample with unbalanced paren comes out as macro

2016-03-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15475 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --

[Issue 15726] [REG2.068.0] forward reference error for circular classes, RefCounted

2016-03-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15726 Kenji Hara changed: What|Removed |Added Keywords||pull, rejects-valid --- Comment #2 from Kenji H