[Issue 7133] [tdpl] There should be no empty statement

2011-12-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7133 --- Comment #11 from Jakob Ovrum 2011-12-25 01:03:29 PST --- (In reply to comment #10) > In fact the oddity is that labels are considered to be statements, yet they > don't end with a semicolon. Block, if, while, do, for, foreach, switch, wit

[Issue 5605] [tdpl] foreach with ranges doesn't support opSlice()

2011-12-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5605 Kenji Hara changed: What|Removed |Added Keywords||patch, rejects-valid Platform|Ot

[Issue 4596] [tdpl] Rebinding *this* in class method compiles

2011-12-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4596 Kenji Hara changed: What|Removed |Added Keywords||patch Platform|Other

[Issue 7161] Passing string literal by ref changes its bounds forever

2011-12-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7161 Denis changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 4539] Refuse assignment to string literal

2011-12-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4539 Denis changed: What|Removed |Added CC||verylonglogin@gmail.com --- Comment #14 fr

[Issue 4539] Refuse assignment to string literal

2011-12-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4539 --- Comment #15 from Kenji Hara 2011-12-25 07:29:50 PST --- Updated patch. https://github.com/D-Programming-Language/dmd/pull/164 A string literal should be able to bind a reference to static array type. In the context of ref binding, string

[Issue 5605] [tdpl] foreach with ranges doesn't support opSlice()

2011-12-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5605 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4647] [tdpl] Cannot explicitly call final interface method, ambiguous calls allowed

2011-12-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4647 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 6113] singletons in std.datetime are not created early enough

2011-12-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6113 Jonathan M Davis changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Issue 7164] New: Can't inline function literal

2011-12-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7164 Summary: Can't inline function literal Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: DMD

[Issue 7165] New: [CTFE] ice converting null pointer to bool with constant member function

2011-12-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7165 Summary: [CTFE] ice converting null pointer to bool with constant member function Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW K