[Issue 8261] std.traits.ParameterTypeTuple may break existing codes

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

[Issue 8306] alias 'array' this consumes array on iteration

2012-07-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8306 Tobias Pankrath tob...@pankrath.net changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8330] New: std.algorithm.find doesn't handle reference type ranges correctly

2012-07-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8330 Summary: std.algorithm.find doesn't handle reference type ranges correctly Product: D Version: unspecified Platform: All OS/Version: All Status: NEW

[Issue 8323] std.string.chompPrefix does not handle differing string types properly

2012-07-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8323 --- Comment #1 from Jonathan M Davis jmdavisp...@gmx.com 2012-07-01 01:44:56 PDT --- https://github.com/D-Programming-Language/phobos/pull/655 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 8331] New: Problem with sort!(SwapStrategy.stable)

2012-07-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8331 Summary: Problem with sort!(SwapStrategy.stable) Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component:

[Issue 8331] Problem with sort!(SwapStrategy.stable)

2012-07-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8331 --- Comment #1 from bearophile_h...@eml.cc 2012-07-01 09:03:27 PDT --- This little Python program gives the same output as the merge sort and insertion sort (Python built-in sort is stable): from itertools import imap a =

[Issue 8332] New: std.Array.Range.opIndexOpAssign does not compile

2012-07-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8332 Summary: std.Array.Range.opIndexOpAssign does not compile Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: major Priority: P2

[Issue 8333] New: std.Container.Array (and .Range) du not implement opIndexUnary

2012-07-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8333 Summary: std.Container.Array (and .Range) du not implement opIndexUnary Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: major

[Issue 8334] New: find cannot handle close match at end of haystack in needle isn't bi-directional

2012-07-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8334 Summary: find cannot handle close match at end of haystack in needle isn't bi-directional Product: D Version: unspecified Platform: All OS/Version: All Status: NEW

[Issue 8334] find cannot handle close match at end of haystack in needle isn't bi-directional

2012-07-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8334 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added AssignedTo|jmdavisp...@gmx.com

[Issue 8158] std.algorithm.min fails to compile with user-defined types

2012-07-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8158 --- Comment #3 from github-bugzi...@puremagic.com 2012-07-01 18:22:56 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 7948] std.range.zip broken with requireSameLength

2012-07-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7948 --- Comment #2 from github-bugzi...@puremagic.com 2012-07-01 18:29:54 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 7948] std.range.zip broken with requireSameLength

2012-07-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7948 --- Comment #3 from github-bugzi...@puremagic.com 2012-07-01 18:32:26 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 7948] std.range.zip broken with requireSameLength

2012-07-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7948 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4090] No foreach type inference with const, ref etc modifiers

2012-07-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4090 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||spec

[Issue 4884] Using template struct parameters in method definition fails with parameter _param_0 is already defined

2012-07-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4884 --- Comment #2 from Kenji Hara k.hara...@gmail.com 2012-07-01 19:02:03 PDT --- Merged commit: https://github.com/D-Programming-Language/dmd/commit/a5587d195d4adbe4ee2c9ad50eea8f643aaabac2 -- Configure issuemail:

[Issue 8031] If a class have some signals it's impossible for a derived class to have any signals

2012-07-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8031 --- Comment #1 from github-bugzi...@puremagic.com 2012-07-01 19:25:08 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 8321] std.range.put doesn't work with RefCounted output range

2012-07-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8321 --- Comment #2 from github-bugzi...@puremagic.com 2012-07-01 21:35:30 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 8164] BigInt from char[] too

2012-07-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8164 bearophile_h...@eml.cc changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 5849] std.random.dice is better as a range

2012-07-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5849 --- Comment #6 from bearophile_h...@eml.cc 2012-07-01 22:09:25 PDT --- Probably partially done here: https://github.com/D-Programming-Language/phobos/pull/553

[Issue 8231] conv.to fails to convert string with trailing u

2012-07-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8231 --- Comment #1 from github-bugzi...@puremagic.com 2012-07-01 22:13:53 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/phobos