[Issue 6445] [CTFE] Absurd memory usage (still) on building array

2011-08-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6445 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6498] New: [CTFE] copy-on-write is slow and causes huge memory usage

2011-08-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6498 Summary: [CTFE] copy-on-write is slow and causes huge memory usage Product: D Version: D1 D2 Platform: Other OS/Version: Windows Status: NEW Severity:

[Issue 6491] Fully qualified values in default arguments of non-template functions are generated with an extra 'module' keyword

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

[Issue 5667] [GSoC] clear does not call destructors on structs embedded in structs

2011-08-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5667 Cristi Cobzarenco cristi.cobzare...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6499] New: [GSoC] Destructor not called on object returned by method.

2011-08-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6499 Summary: [GSoC] Destructor not called on object returned by method. Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity:

[Issue 6489] Should be able to copy double[] to float[]

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

[Issue 2787] Members found in an 'alias this' are not implicitly accessible in methods

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

[Issue 6500] New: Show template instantiation values too

2011-08-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6500 Summary: Show template instantiation values too Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: diagnostic Severity: enhancement

[Issue 6499] [GSoC] Destructor not called on object returned by method.

2011-08-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6499 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||patch, wrong-code

[Issue 596] Support array, arrayliteral and struct in switch and case

2011-08-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=596 --- Comment #7 from bearophile_h...@eml.cc 2011-08-15 16:44:27 PDT --- One more useful use is with OOP (this is GUI code): import core.stdc.stdio; class Control {} class Slider : Control {} class Button : Control {} void main() { Control c

[Issue 6501] New: import inside of eponymous template does not work correctly

2011-08-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6501 Summary: import inside of eponymous template does not work correctly Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity:

[Issue 4099] Inconsistent behaviour of ++/-- when mixing opUnary and 'alias this'.

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

[Issue 6502] New: failing with -release -inline -noboundscheck

2011-08-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6502 Summary: failing with -release -inline -noboundscheck Product: D Version: D2 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 6502] failing with -release -inline -noboundscheck

2011-08-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6502 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added CC|

[Issue 6463] Segfault on writeln() from a Fiber

2011-08-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6463 d...@dawgfoto.de changed: What|Removed |Added CC||d...@dawgfoto.de --- Comment #2

[Issue 6434] opDispatch must be considered before alias this.

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