August 12, 2011 [Issue 6482] New: std.algorithm.moveAll precondition | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=6482 Summary: std.algorithm.moveAll precondition Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: websites AssignedTo: nobody@puremagic.com ReportedBy: ellery-newcomer@utulsa.edu --- Comment #0 from Ellery Newcomer <ellery-newcomer@utulsa.edu> 2011-08-12 12:57:54 PDT --- which is walkLength(src) >= walkLength(tgt) Why would you ever permit a sink that cannot handle all the elements of the source? methinks it wants to be preventing this, not allowing it walkLength(tgt) >= walkLength(src) -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
July 24, 2012 [Issue 6482] std.algorithm.moveAll precondition | ||||
---|---|---|---|---|
| ||||
Posted in reply to Ellery Newcomer | http://d.puremagic.com/issues/show_bug.cgi?id=6482 Ellery Newcomer <ellery-newcomer@utulsa.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Ellery Newcomer <ellery-newcomer@utulsa.edu> 2012-07-23 17:32:09 PDT --- https://github.com/D-Programming-Language/phobos/commit/627c48f00c3c0e6d0ebcfdd7da8df7c3aad2c96f -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation