[Buildbot-commits] [buildbot/buildbot] 9f0fb5: Handle `\r\n` and `\r` in LineBoundaryFinder

GitHub noreply at github.com
Sat Jan 17 16:04:58 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 9f0fb50a87e6cc59940d1bdbcd0043bb2482222f
      https://github.com/buildbot/buildbot/commit/9f0fb50a87e6cc59940d1bdbcd0043bb2482222f
  Author: Dustin J. Mitchell <dustin at buildbot.net>
  Date:   2015-01-17 (Sat, 17 Jan 2015)

  Changed paths:
    M master/buildbot/test/unit/test_util_lineboundaries.py
    M master/buildbot/util/lineboundaries.py
    M master/docs/developer/rtype-log.rst
    M master/docs/developer/utils.rst

  Log Message:
  -----------
  Handle `\r\n` and `\r` in LineBoundaryFinder

Including careful handling of the case where `\r\n` is split along a
buffer boundary.  Fixes #3144.


  Commit: b645685a3926954a3343a34b515cf6361f8c32e1
      https://github.com/buildbot/buildbot/commit/b645685a3926954a3343a34b515cf6361f8c32e1
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-01-17 (Sat, 17 Jan 2015)

  Changed paths:
    M master/buildbot/test/unit/test_util_lineboundaries.py
    M master/buildbot/util/lineboundaries.py
    M master/docs/developer/rtype-log.rst
    M master/docs/developer/utils.rst

  Log Message:
  -----------
  Merge pull request #1488 from djmitche/bug3144

Handle `\r\n` and `\r` in LineBoundaryFinder


Compare: https://github.com/buildbot/buildbot/compare/774b866c1679...b645685a3926


More information about the Commits mailing list