[Issue 4106] Error without line number accessing member of nonexistant struct member (D1 only)

2010-07-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4106 Don clugd...@yahoo.com.au changed: What|Removed |Added Version|1.057 |D1 Summary|Error

[Issue 4463] New: double.init in associative array seems 0.0

2010-07-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4463 Summary: double.init in associative array seems 0.0 Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 4464] New: std.range.take does not always return Take!R

2010-07-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4464 Summary: std.range.take does not always return Take!R Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 4412] Array capacity growth spikey and the ratio approaches 1.0

2010-07-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4412 --- Comment #11 from Steven Schveighoffer schvei...@yahoo.com 2010-07-15 07:22:10 PDT --- The output from comment 5 looks like this: 3 1.75 1.875 1.9375 1.96875 1.98438 1.99219 1.99609 1.99023 1.50001 1.47222 1.45 1.43015 1.41 1.40007 1.38002

[Issue 4466] New: std.conv: parse!(T, S)(S, uint radix) the opposite of to to!(T, S)(S, uint radix)

2010-07-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4466 Summary: std.conv: parse!(T,S)(S, uint radix) the opposite of to to!(T,S)(S, uint radix) Product: D Version: D2 Platform: Other OS/Version: All Status: NEW

[Issue 4466] std.conv: parse!(T, S)(S, uint radix) the opposite of to to!(T, S)(S, uint radix)

2010-07-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4466 --- Comment #1 from Lionello Lunesu lio+bugzi...@lunesu.com 2010-07-15 07:46:57 PDT --- Created an attachment (id=691) patch to std.conv, adds parse!(T,S)(S, uint radix) -- Configure issuemail:

[Issue 4466] std.conv: parse!(T, S)(S, uint radix) the opposite of to to!(T, S)(S, uint radix)

2010-07-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4466 Lionello Lunesu lio+bugzi...@lunesu.com changed: What|Removed |Added AssignedTo|nob...@puremagic.com

[Issue 4465] ICE: assigning power to immutable and returning result

2010-07-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4465 Lars T. Kyllingstad bugzi...@kyllingen.net changed: What|Removed |Added Summary|ICE: assigning power to |ICE:

[Issue 4450] writefln throws unexpected runtime error

2010-07-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4450 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added CC|

[Issue 3560] foreach over nested function generates wrong code

2010-07-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3560 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords||patch --- Comment #4 from

[Issue 4467] New: type deduction fails when combining array() and uniq()

2010-07-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4467 Summary: type deduction fails when combining array() and uniq() Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid

[Issue 4264] Various std.algorithm.map problems

2010-07-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4264 --- Comment #1 from bearophile_h...@eml.cc 2010-07-15 16:24:16 PDT --- Another case, I don't know the cause of the problem: import std.algorithm, std.conv, std.range; void main() { auto r1 = map!(to!(int, string))(iota(20)); } dmd

[Issue 4468] New: std.string.join() for lazy iterable of strings

2010-07-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4468 Summary: std.string.join() for lazy iterable of strings Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 4363] Some phobos ranges are not forward ranges (but should be)

2010-07-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4363 yebblies yebbl...@gmail.com changed: What|Removed |Added CC|

[Issue 4467] type deduction fails when combining array() and uniq()

2010-07-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4467 yebblies yebbl...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED