[phobos] [D-Programming-Language/phobos] d48928: Rewrite joiner to not assume persistence of .front...

GitHub noreply at github.com
Mon Dec 17 09:08:38 PST 2012


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

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Rewrite joiner to not assume persistence of .front.


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

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Add unittest for new joiner.


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

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Completely get rid of UTF-8 to workaround OSX/64 bug.


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

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Replace joiner unittest with one that doesn't suffer from issue 9131.


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

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Merge pull request #987 from quickfur/new_joiner

Fix issue 8085


Compare: https://github.com/D-Programming-Language/phobos/compare/194ca0780390...baf5737beb19


More information about the phobos mailing list