[Issue 6213] MixinIdentifier is not work

2011-10-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6213 Haruki Shigemori rayerd@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3757] The overload and override issue of const/immutable member functions -2nd-

2011-10-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3757 Haruki Shigemori rayerd@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6863] New: Can upcast to Base from cosnt(Derived)

2011-10-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6863 Summary: Can upcast to Base from cosnt(Derived) Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Keywords: accepts-invalid Severity: normal

[Issue 6863] Can upcast to Base from const(Derived)

2011-10-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6863 Haruki Shigemori rayerd@gmail.com changed: What|Removed |Added Summary|Can upcast to Base from |Can upcast to

[Issue 6864] New: Const conversion should precedence over the shared one

2011-10-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6864 Summary: Const conversion should precedence over the shared one Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 6865] New: inout matching removes shared qualifier

2011-10-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6865 Summary: inout matching removes shared qualifier Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: wrong-code Severity: normal

[Issue 6866] New: ICE(mtype.c): alias this and inout matching

2011-10-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6866 Summary: ICE(mtype.c): alias this and inout matching Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: rejects-valid Severity: normal

[Issue 6864] Const conversion should precedence over the shared one

2011-10-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6864 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||patch --- Comment #1

[Issue 6865] inout matching removes shared qualifier

2011-10-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6865 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||patch --- Comment #1

[Issue 6866] ICE(mtype.c): alias this and inout matching

2011-10-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6866 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords|rejects-valid |ice-on-valid-code,

[Issue 6867] New: inout and nested foreach loops

2011-10-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6867 Summary: inout and nested foreach loops Product: D Version: D2 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: DMD

[Issue 6867] inout and nested foreach loops

2011-10-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6867 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||patch, rejects-valid

[Issue 6868] New: IsExp + incorrect static array type = error

2011-10-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6868 Summary: IsExp + incorrect static array type = error Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: rejects-valid Severity: normal

[Issue 6868] IsExp + incorrect static array type = error

2011-10-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6868 --- Comment #1 from Kenji Hara k.hara...@gmail.com 2011-10-30 14:23:36 PDT --- Original code: import std.range; void main() { pragma(msg, isInfinite!(int[])); char[0] s; // need } -- Configure issuemail:

[Issue 6868] IsExp + incorrect static array type = error

2011-10-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6868 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||patch