www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 6482] New: std.algorithm.moveAll precondition

reply d-bugmail puremagic.com writes:
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



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: -------
Aug 12 2011
parent d-bugmail puremagic.com writes:
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



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: -------
Jul 23 2012