[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 changed: What|Removed |Added Version|1.057 |D1 Summary|Error without line number

[Issue 4450] writefln throws unexpected runtime error

2010-07-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4450 Roel changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[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 Comp

[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 Compon

[Issue 4465] New: ICE: assigning power to immutable in nested function

2010-07-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4465 Summary: ICE: assigning power to immutable in nested function Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Keywords: ice-on-valid-code Seve

[Issue 4309] String literal passed by ref causes segfault

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

[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 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 1.37002 and then my

[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 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: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are r

[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 changed: What|Removed |Added AssignedTo|nob...@puremagic.com|and...@metalanguage.com --- Comment

[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 changed: What|Removed |Added Summary|ICE: assigning power to |ICE: assigning power to

[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 changed: What|Removed |Added CC||and...@metalanguage.com --- Comm

[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 changed: What|Removed |Added Keywords||patch --- Comment #4 from Don 2010-07-15 14:42:

[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 Severit

[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 v2.047

[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 changed: What|Removed |Added CC||jesse.k.phillip...@gmail.co

[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 changed: What|Removed |Added Status|NEW |RESOLVED CC|