[phobos] [D-Programming-Language/phobos] 91d186: Re-implement reduce.

GitHub via phobos phobos at puremagic.com
Sun Jul 27 16:59:48 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 91d1864c2faaf10999d28fb898c63f1ed4995340
      https://github.com/D-Programming-Language/phobos/commit/91d1864c2faaf10999d28fb898c63f1ed4995340
  Author: monarch dodra <monarchdodra at gmail.com>
  Date:   2014-07-27 (Sun, 27 Jul 2014)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Re-implement reduce.

Consolidates the implementation, prepares for "fold", and also fixes a couple of issues:
http://forum.dlang.org/thread/oghtttkopzjshsuflelk@forum.dlang.org
https://issues.dlang.org/show_bug.cgi?id=10709
https://issues.dlang.org/show_bug.cgi?id=12569


  Commit: 2572cef9d48efd238e891cc3cf9f1beec2861941
      https://github.com/D-Programming-Language/phobos/commit/2572cef9d48efd238e891cc3cf9f1beec2861941
  Author: monarchdodra <monarchdodra at gmail.com>
  Date:   2014-07-27 (Sun, 27 Jul 2014)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Reduce unittest for 10709, 12569, and...

...an unfiled issue from the forums


  Commit: 096ae6ab878d568e65c4bdd0c59e7ca6f2aad946
      https://github.com/D-Programming-Language/phobos/commit/096ae6ab878d568e65c4bdd0c59e7ca6f2aad946
  Author: monarchdodra <monarchdodra at gmail.com>
  Date:   2014-07-27 (Sun, 27 Jul 2014)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Use `assertThrown` in reduce unittest


  Commit: 53de1da98b7bdf706330105a751a53a380ac12ed
      https://github.com/D-Programming-Language/phobos/commit/53de1da98b7bdf706330105a751a53a380ac12ed
  Author: Dmitry Olshansky <dmitry.olsh at gmail.com>
  Date:   2014-07-28 (Mon, 28 Jul 2014)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Merge pull request #2060 from monarchdodra/reduceReimpl

Re-implement reduce


Compare: https://github.com/D-Programming-Language/phobos/compare/3fe0424b89c3...53de1da98b7b


More information about the phobos mailing list