Branch: refs/heads/master
  Home:   https://github.com/dlang/phobos
  Commit: 65fe9934b48f5675957794ac41aaca8e14b6344e
      
https://github.com/dlang/phobos/commit/65fe9934b48f5675957794ac41aaca8e14b6344e
  Author: Andrew Benton <[email protected]>
  Date:   2016-08-03 (Wed, 03 Aug 2016)

  Changed paths:
    M std/stdio.d

  Log Message:
  -----------
  Fix issue 16351

When using nonstandard output libraries such as
https://github.com/sickill/stderred argumentless writeln() will fail on
the enforce because it check specifically for a newline to be returned.
Checking instead that the output is not EOF follows the documentation
and allows overridden write() functions from the standard library.


  Commit: ee30556a348aede1d2523cb4d008f7eb0840a8a6
      
https://github.com/dlang/phobos/commit/ee30556a348aede1d2523cb4d008f7eb0840a8a6
  Author: Ilya Yaroshenko <[email protected]>
  Date:   2016-08-04 (Thu, 04 Aug 2016)

  Changed paths:
    M std/stdio.d

  Log Message:
  -----------
  Merge pull request #4709 from andrewbenton/issue_16351

Fix issue 16351


Compare: https://github.com/dlang/phobos/compare/efb4eb23995f...ee30556a348a
_______________________________________________
phobos mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/phobos

Reply via email to