[phobos] [D-Programming-Language/phobos] af6798: Activate bugfix 6336 unittest

GitHub noreply at github.com
Fri Jan 11 02:46:54 PST 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: af679842229df8636d215ec042d9297667eea423
      https://github.com/D-Programming-Language/phobos/commit/af679842229df8636d215ec042d9297667eea423
  Author: unknown <monarchdodra at gmail.com>
  Date:   2013-01-10 (Thu, 10 Jan 2013)

  Changed paths:
    M std/range.d

  Log Message:
  -----------
  Activate bugfix 6336 unittest


  Commit: 24164c5e9bdbf0b999748345106fab88626fd050
      https://github.com/D-Programming-Language/phobos/commit/24164c5e9bdbf0b999748345106fab88626fd050
  Author: unknown <monarchdodra at gmail.com>
  Date:   2013-01-10 (Thu, 10 Jan 2013)

  Changed paths:
    M std/range.d

  Log Message:
  -----------
  Various fixes in lockstep and zip

Mainly, they accepted the types R, provided Unqual!R is a range. But that doesn't make sense.

Reduced to only accepting if R itself is a range.

Improved constraints, fixed implementations, removed needles bug workaround.


  Commit: fa6131bb299183960c1412f59964c26d4daf2507
      https://github.com/D-Programming-Language/phobos/commit/fa6131bb299183960c1412f59964c26d4daf2507
  Author: Alex Rønne Petersen <alex at alexrp.com>
  Date:   2013-01-11 (Fri, 11 Jan 2013)

  Changed paths:
    M std/range.d

  Log Message:
  -----------
  Merge pull request #1069 from monarchdodra/zipLockstep

Const fixes in Zip and Lockstep


Compare: https://github.com/D-Programming-Language/phobos/compare/e0ebb5efb395...fa6131bb2991


More information about the phobos mailing list