Thread overview
[Issue 6483] New: std.container.moveBack
Aug 12, 2011
Ellery Newcomer
Feb 07, 2012
Yao Gomez
Jul 24, 2012
Kenji Hara
August 12, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6483

           Summary: std.container.moveBack
           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 13:03:25 PDT ---
documentation seems to be copied unchanged from moveFront in the table of container functions:

"Destructively reads and returns the first element of the container"

curious semantics, these.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
February 07, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=6483


Yao Gomez <yao.gomez@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yao.gomez@gmail.com


--- Comment #1 from Yao Gomez <yao.gomez@gmail.com> 2012-02-06 16:41:28 PST ---
Maybe just change it to: "Destructively reads and returns the last element of the container. The slot is not removed from the container; it is left initalized with T.init. This routine need not be defined if back returns a ref."

But the last sentence is correct for the moveBack method?

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
July 24, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=6483



--- Comment #2 from github-bugzilla@puremagic.com 2012-07-23 17:16:37 PDT ---
Commit pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/2b715883271d92eedeabe202cc9a3c606e468acd Merge pull request #713 from mylodon/fix6483

fix Issue 6483 - std.container.moveBack documentation

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
July 24, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=6483


Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------