[Issue 6139] Duplicate error message on compile-time out of bounds array index

2011-10-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6139 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5719] [patch] std.conv.to should support structs with custom converters in addition to objects

2011-10-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5719 --- Comment #3 from Kenji Hara k.hara...@gmail.com 2011-10-09 03:42:53 PDT --- (In reply to comment #2) https://github.com/D-Programming-Language/phobos/pull/118 https://github.com/D-Programming-Language/phobos/pull/119

[Issue 5307] Using to!() should not allow removal of qualifiers

2011-10-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5307 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 6288] std.conv.to removes const/immutable when converting a class

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

[Issue 4867] [GSoC] Postblit is not usable with const objects

2011-10-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4867 --- Comment #2 from Kenji Hara k.hara...@gmail.com 2011-10-09 04:17:47 PDT --- https://github.com/D-Programming-Language/dmd/commit/eb7983c7215b51e5bb719803d48ccf2ed211ab5b Now this issue is resolved, the mutable postblit is called on copied

[Issue 4338] Structs with non-const destructors cannot be used as const parameters

2011-10-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4338 --- Comment #5 from Kenji Hara k.hara...@gmail.com 2011-10-09 04:18:14 PDT --- Postblit has similar problem, see bug 4867. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

[Issue 3474] PATCH: Implement opDollar for struct and class indexing operations

2011-10-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3474 --- Comment #9 from Kenji Hara k.hara...@gmail.com 2011-10-09 06:49:42 PDT --- Applied Don's patch into git master. https://github.com/9rnsr/dmd/branches/opDollar -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email

[Issue 3836] [TDPL] obligatory override attribute

2011-10-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3836 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 3194] invariant should be checked at the beginning and end of protected functions

2011-10-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3194 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3483] Eliminate read-modify-write operations for enums

2011-10-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3483 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3483] Eliminate read-modify-write operations for enums

2011-10-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3483 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 5719] [patch] std.conv.to should support structs with custom converters in addition to objects

2011-10-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5719 --- Comment #5 from Jonathan M Davis jmdavisp...@gmx.com 2011-10-09 14:25:50 PDT --- Structs are very much objects. Whether something is an object or not has nothing to do with whether it's a reference type or a value type. Take C++ for

[Issue 5399] Return the result of a nonvoid function in a void function

2011-10-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5399 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 6688] An struct that has @disable constructor does not work with template constraint

2011-10-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6688 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5719] [patch] std.conv.to should support structs with custom converters in addition to objects

2011-10-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5719 Brad Roberts bra...@puremagic.com changed: What|Removed |Added CC||bra...@puremagic.com

[Issue 5719] [patch] std.conv.to should support structs with custom converters in addition to objects

2011-10-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5719 --- Comment #7 from Jonathan M Davis jmdavisp...@gmx.com 2011-10-09 16:48:59 PDT --- True, there's a difference between something which is an instance of Object and something which is an object. But D structs are still very much OO and are

[Issue 6798] New: Integrate overloadings for multidimentional indexing and slicing

2011-10-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6798 Summary: Integrate overloadings for multidimentional indexing and slicing Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity:

[Issue 3746] Misleading error message OP has no effect in expression XXX), in void function

2011-10-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3746 yebblies yebbl...@gmail.com changed: What|Removed |Added Status|REOPENED|RESOLVED