[Issue 6087] typeof(this) doesn't work outside member function

2011-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6087 Kenji Hara changed: What|Removed |Added Keywords||patch --- Comment #2 from Kenji Hara 201

[Issue 6695] typeof(this) does not take into account const/immutable attributes inside member functions

2011-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6695 Kenji Hara changed: What|Removed |Added Keywords||patch --- Comment #11 from Kenji Hara 20

[Issue 4823] CodeView: Thread local variables are stored as shared globals

2011-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4823 Rainer Schuetze changed: What|Removed |Added CC||r.sagita...@gmx.de --- Comment #1 fr

[Issue 6695] typeof(this) does not take into account const/immutable attributes inside member functions

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

[Issue 6087] typeof(this) doesn't work outside member function

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

[Issue 4022] [CTFE] AA get

2011-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4022 Don changed: What|Removed |Added Version|D1 & D2 |D2 --- Comment #1 from Don 2011-10-06 03:54:59

[Issue 6776] New: attributes injected via pure template mixin but not class mixin

2011-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6776 Summary: attributes injected via pure template mixin but not class mixin Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severity: no

[Issue 6777] New: alias this + cast(void*) == bug

2011-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6777 Summary: alias this + cast(void*) == bug Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: normal P

[Issue 4454] Can't implicitly cast static arrays of primitives to immutable

2011-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4454 --- Comment #1 from Kenji Hara 2011-10-06 13:52:30 PDT --- Remove dependency to std.traits. private template staticLength(tuple...) { enum size_t staticLength = tuple.length; } template ReturnType(func...) if (staticLength!(func)

[Issue 4454] Can't implicitly cast static arrays of primitives to immutable

2011-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4454 --- Comment #2 from Kenji Hara 2011-10-06 13:56:53 PDT --- (In reply to comment #1) [snip] Sorry, I missed posting issue page. Please ignore comment #1. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- Yo

[Issue 6774] Assertion failure: '0' on line 1117 in file 'glue.c'

2011-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6774 Kenji Hara changed: What|Removed |Added Keywords||ice-on-invalid-code --- Comment #1 from K

[Issue 6770] inout is allowed on fields

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

[Issue 6773] inout variable should not be modifiable

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

[Issue 6775] [CTFE] foreach over an AA fails to compile

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

[Issue 4022] [CTFE] AA get

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