[phobos] [D-Programming-Language/phobos] 516d4e: Fix Issue 11830 - ByLine range length incorrect.

GitHub noreply at github.com
Fri Jan 31 03:43:43 PST 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 516d4e95ab2dcaf12d4786400c8e5c75310551ca
      https://github.com/D-Programming-Language/phobos/commit/516d4e95ab2dcaf12d4786400c8e5c75310551ca
  Author: Peter Alexander <peter.alexander.au at gmail.com>
  Date:   2014-01-25 (Sat, 25 Jan 2014)

  Changed paths:
    M std/stdio.d

  Log Message:
  -----------
  Fix Issue 11830 - ByLine range length incorrect.

If you don't call `front` on a `ByLine` range then an extra line is reported. This change ensures the extra line is consumed when only calling `empty` without `front`.

https://d.puremagic.com/issues/show_bug.cgi?id=11830


  Commit: 695d1e331168d105b6f5c156ead485455327131f
      https://github.com/D-Programming-Language/phobos/commit/695d1e331168d105b6f5c156ead485455327131f
  Author: Peter Alexander <peter.alexander.au at gmail.com>
  Date:   2014-01-26 (Sun, 26 Jan 2014)

  Changed paths:
    M std/stdio.d

  Log Message:
  -----------
  Remove first line laziness from ByLineImpl.


  Commit: 64967c01e2752c6c6e4071d23ad025592e3ae83d
      https://github.com/D-Programming-Language/phobos/commit/64967c01e2752c6c6e4071d23ad025592e3ae83d
  Author: monarch dodra <monarchdodra at gmail.com>
  Date:   2014-01-31 (Fri, 31 Jan 2014)

  Changed paths:
    M std/stdio.d

  Log Message:
  -----------
  Merge pull request #1883 from Poita/bug11830

Fix Issue 11830 - ByLine range length incorrect.


Compare: https://github.com/D-Programming-Language/phobos/compare/b8f242e78f58...64967c01e275


More information about the phobos mailing list