[Issue 5996] [CTFE] Undefined function call in auto return function

2011-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5996 --- Comment #2 from bearophile_h...@eml.cc 2011-07-06 03:20:22 PDT --- (In reply to comment #1) Reduced test case: My second example shows an error message with missing line number: Error: array index 4294967295 is out of bounds [][0 .. 0] I

[Issue 6257] New: Struct postblit not called in one case

2011-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6257 Summary: Struct postblit not called in one case Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: wrong-code Severity: normal

[Issue 5996] [CTFE] Undefined function call in auto return function

2011-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5996 --- Comment #3 from Don clugd...@yahoo.com.au 2011-07-06 04:21:21 PDT --- (In reply to comment #2) (In reply to comment #1) Reduced test case: My second example shows an error message with missing line number: Error: array index

[Issue 6258] New: std.conv.to!real(-) fetches the front of an empty array.

2011-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6258 Summary: std.conv.to!real(-) fetches the front of an empty array. Product: D Version: D2 Platform: x86 OS/Version: Linux Status: NEW Severity: normal

[Issue 2850] bad codegen for struct static initializers

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

[Issue 1880] templates instantiated with non-constants should fail sooner

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

[Issue 6192] std.algorithm.sort performance

2011-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6192 --- Comment #2 from bearophile_h...@eml.cc 2011-07-06 10:42:20 PDT --- Was this update in the sort code caused by this enhancement request, or are they unrelated? Timings with DMD 2.054beta, a different CPU: sort-sort2 benchmarks

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

2011-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5667 --- Comment #3 from Cristi Cobzarenco cristi.cobzare...@gmail.com 2011-07-06 10:42:33 PDT --- I think I found a fix, but I'm not sure if it's correct as I don't know much about the D runtime. In file object_.d, line 2600: void clear(T)(ref T

[Issue 6192] std.algorithm.sort performance

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

[Issue 6259] New: Property getters returning ref const() cause setters to be hidden

2011-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6259 Summary: Property getters returning ref const() cause setters to be hidden Product: D Version: unspecified Platform: Other OS/Version: Windows Status: NEW

[Issue 6259] Property getters returning ref const() cause setters to be hidden

2011-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6259 --- Comment #1 from S�nke Ludwig lud...@informatik.uni-luebeck.de 2011-07-06 12:47:30 PDT --- Just noticed that the difference to DMD 2.053 and prev. is that the ref const() getter was not matched for assignments but is now. Declaring the

[Issue 6260] New: [Memory Corruption] Passed around lazy arguments don't work with closures

2011-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6260 Summary: [Memory Corruption] Passed around lazy arguments don't work with closures Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 6261] New: [2.054 beta regression] Regex cannot take a char[]

2011-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6261 Summary: [2.054 beta regression] Regex cannot take a char[] Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 6261] [2.054 beta regression] Regex cannot take a char[]

2011-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6261 Dmitry Olshansky dmitry.o...@gmail.com changed: What|Removed |Added CC|

[Issue 6261] [2.054 beta regression] Regex cannot take a char[]

2011-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6261 --- Comment #2 from Jesse Phillips jesse.k.phillip...@gmail.com 2011-07-06 16:05:00 PDT --- I wasn't sure as I didn't really expect any CTFE to be happening. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email

[Issue 6261] [2.054 beta regression] Regex cannot take a char[]

2011-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6261 Dmitry Olshansky dmitry.o...@gmail.com changed: What|Removed |Added Keywords||patch ---

[Issue 6230] Member functions can no longer be weakly pure

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