[Issue 3511] ref return property confused with property setter

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

[Issue 4251] Hole in the const system: immutable values can be overwritten (const(T) is appendable to const(T)[])

2011-06-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4251 yebblies yebbl...@gmail.com changed: What|Removed |Added CC||bearophile_h...@eml.cc

[Issue 6190] ref bypasses array const

2011-06-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6190 yebblies yebbl...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6193] Appender.clear() functionality or documentation

2011-06-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6193 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 6193] Appender.clear() functionality or documentation

2011-06-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6193 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 5873] Cannot call iota() on long with step

2011-06-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5873 kenn...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 6194] New: [GSoC] Destructor gets called on object before it is copied when calling writeln()

2011-06-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6194 Summary: [GSoC] Destructor gets called on object before it is copied when calling writeln() Product: D Version: D2 Platform: All OS/Version: Windows Status: NEW

[Issue 6195] New: [GSoC] opSlice defined on range prevents call to postblit.

2011-06-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6195 Summary: [GSoC] opSlice defined on range prevents call to postblit. Product: D Version: D2 Platform: All OS/Version: Windows Status: NEW Severity: major

[Issue 6194] [GSoC] Destructor gets called on object before it is copied when calling writeln()

2011-06-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6194 kenn...@gmail.com changed: What|Removed |Added CC||kenn...@gmail.com --- Comment #1

[Issue 6194] [GSoC] Destructor gets called on object before it is copied when calling writeln()

2011-06-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6194 --- Comment #2 from kenn...@gmail.com 2011-06-22 10:33:34 PDT --- I'm not sure if it's a bug in DMD or Phobos. I'm inclined to it's Phobos bug. The loop variable 'a' in the reduced 'formattedWrite' is obviously escaping its scope, so calling

[Issue 6196] New: with statement with single statement breaks linking

2011-06-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6196 Summary: with statement with single statement breaks linking Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 6196] with statement with single statement breaks linking

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

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

2011-06-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3194 Diego Canuhe canuh...@gmail.com changed: What|Removed |Added CC||canuh...@gmail.com

[Issue 4605] Wrong print of an int[string] aa

2011-06-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4605 --- Comment #4 from bearophile_h...@eml.cc 2011-06-22 14:39:31 PDT --- This function (related to the coding Kata Word Chains) creates an associative array where the keys are the start chars of words, and the values are sets of words. For