[phobos] [D-Programming-Language/phobos] 69d3a9: Fixes corner cases for DList remove/insert

GitHub noreply at github.com
Thu Nov 1 15:01:45 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 69d3a930b9d448d24b061ffc60d252ca056cb33e
      https://github.com/D-Programming-Language/phobos/commit/69d3a930b9d448d24b061ffc60d252ca056cb33e
  Author: monarch dodra <monarchdodra at gmail.com>
  Date:   2012-10-31 (Wed, 31 Oct 2012)

  Changed paths:
    M std/container.d

  Log Message:
  -----------
  Fixes corner cases for DList remove/insert

Documents the exact behavior of DList.

Addresses all issues in:
http://forum.dlang.org/thread/gjhclwsuqyhrimdeoaec@forum.dlang.org
and
http://d.puremagic.com/issues/show_bug.cgi?id=8905

Also: Unittests.

Also: OpOpAssign


  Commit: 229aa26e0dfc83e156cebf43ef371de0494b38fe
      https://github.com/D-Programming-Language/phobos/commit/229aa26e0dfc83e156cebf43ef371de0494b38fe
  Author: monarch dodra <monarchdodra at gmail.com>
  Date:   2012-10-31 (Wed, 31 Oct 2012)

  Changed paths:
    M std/container.d

  Log Message:
  -----------
  typoes in DList doc/unittest comments


  Commit: 6c38c80eb25df74143e0fc164c3835d78ad03ea4
      https://github.com/D-Programming-Language/phobos/commit/6c38c80eb25df74143e0fc164c3835d78ad03ea4
  Author: monarch dodra <monarchdodra at gmail.com>
  Date:   2012-10-31 (Wed, 31 Oct 2012)

  Changed paths:
    M std/container.d

  Log Message:
  -----------
  tweak and doc in DList.linearRemove(Take!Range)

unittests already existed


  Commit: ded7d066eb37be9718d824e322329c8df3b3fe19
      https://github.com/D-Programming-Language/phobos/commit/ded7d066eb37be9718d824e322329c8df3b3fe19
  Author: Alex Rønne Petersen <alex at lycus.org>
  Date:   2012-11-01 (Thu, 01 Nov 2012)

  Changed paths:
    M std/container.d

  Log Message:
  -----------
  Merge pull request #910 from monarchdodra/DList

Fixes & docs for DList


Compare: https://github.com/D-Programming-Language/phobos/compare/c7a8dbefed01...ded7d066eb37


More information about the phobos mailing list