[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 jakobov...@gmail.com 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,

[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 k.hara...@gmail.com changed: What|Removed |Added Keywords||patch, rejects-valid

[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 k.hara...@gmail.com changed: What|Removed |Added Keywords||patch

[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 verylonglogin@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4539] Refuse assignment to string literal

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

[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 k.hara...@gmail.com 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

[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 bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[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 bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[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