[Issue 4345] New: std.range.take!string: Nonsensical finite range with slicing but no length

2010-06-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4345 Summary: std.range.take!string: Nonsensical finite range with slicing but no length Product: D Version: D2 Platform: Other OS/Version: Mac OS X Status: NEW

[Issue 4346] New: More flexible std.array.array

2010-06-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4346 Summary: More flexible std.array.array Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: normal

[Issue 3961] Error with to!(somestruct)

2010-06-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3961 Lars T. Kyllingstad bugzi...@kyllingen.net changed: What|Removed |Added CC|

[Issue 4347] New: foreach over range should save range.

2010-06-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4347 Summary: foreach over range should save range. Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 4348] New: std.container.SList append

2010-06-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4348 Summary: std.container.SList append Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Phobos

[Issue 4349] New: Deprecate automatic case fallthrough

2010-06-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4349 Summary: Deprecate automatic case fallthrough Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 3536] [patch] Make switch case error at unintentional fallthrough. (allow intentional fallthrough)

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

[Issue 4350] New: (mixin) mixed in template identifier is not accessible by with statement

2010-06-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4350 Summary: (mixin) mixed in template identifier is not accessible by with statement Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW

[Issue 4351] New: string literal postfix

2010-06-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4351 Summary: string literal postfix Product: D Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component:

[Issue 4351] string literal postfix

2010-06-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4351 --- Comment #1 from Ellery Newcomer ellery-newco...@utulsa.edu 2010-06-19 14:07:17 PDT --- Created an attachment (id=667) adds postfix to productions -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You

[Issue 4348] std.container.SList append

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

[Issue 4348] std.container.SList append

2010-06-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4348 --- Comment #2 from bearophile_h...@eml.cc 2010-06-19 15:20:42 PDT --- Answer to Comment 1: thank you for your answer, I didn't know about this rule. In arrays the append can require a full array copy, so it can be O(n), but it's (hopefully)

[Issue 4352] New: Destructor of inner struct not callale

2010-06-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4352 Summary: Destructor of inner struct not callale Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2