[phobos] [D-Programming-Language/phobos] 7ff2fc: Fix issue 8061.

GitHub noreply at github.com
Sun Dec 23 18:23:17 PST 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 7ff2fcec063790184aac1d3aa08a09112da79763
      https://github.com/D-Programming-Language/phobos/commit/7ff2fcec063790184aac1d3aa08a09112da79763
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2012-12-20 (Thu, 20 Dec 2012)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Fix issue 8061.

We cannot assume that RoR.save will also .save the state of its
subranges; so the only way we can correctly export a .save method in the
joined range is if we also .save its subranges as we traverse over them.


  Commit: f687885a76830ce4912c64c9cde5722b54bf07db
      https://github.com/D-Programming-Language/phobos/commit/f687885a76830ce4912c64c9cde5722b54bf07db
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2012-12-20 (Thu, 20 Dec 2012)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  No need to use .save on inner range if we aren't going to export .save.


  Commit: 99bece7a49a4e33e468397bff5c94c1a96551c33
      https://github.com/D-Programming-Language/phobos/commit/99bece7a49a4e33e468397bff5c94c1a96551c33
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2012-12-23 (Sun, 23 Dec 2012)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Merge pull request #1019 from quickfur/joiner_save

Fix issue 8061.


Compare: https://github.com/D-Programming-Language/phobos/compare/aedc7ee5888b...99bece7a49a4


More information about the phobos mailing list