[webkit-changes] [WebKit/WebKit] bb23e4: [webkitscmpy] Fix off-by-one in empty branches (Fo...

Jonathan Bedard noreply at github.com
Thu Dec 1 12:23:16 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: bb23e4eae6409a6dc22a4499c3ac9bdf7a4e56df
      https://github.com/WebKit/WebKit/commit/bb23e4eae6409a6dc22a4499c3ac9bdf7a4e56df
  Author: Jonathan Bedard <jbedard at apple.com>
  Date:   2022-12-01 (Thu, 01 Dec 2022)

  Changed paths:
    M Tools/Scripts/libraries/webkitscmpy/setup.py
    M Tools/Scripts/libraries/webkitscmpy/webkitscmpy/__init__.py
    M Tools/Scripts/libraries/webkitscmpy/webkitscmpy/local/git.py

  Log Message:
  -----------
  [webkitscmpy] Fix off-by-one in empty branches (Follow-up fix)
https://bugs.webkit.org/show_bug.cgi?id=248488
rdar://102275376

Reviewed by Aakash Jain.

If we cannot find an intersection point in the existing cache, we should replace
the existing cache.

* Tools/Scripts/libraries/webkitscmpy/setup.py: Bump version.
* Tools/Scripts/libraries/webkitscmpy/webkitscmpy/__init__.py: Ditto.
* Tools/Scripts/libraries/webkitscmpy/webkitscmpy/local/git.py:
(Git.Cache.populate):

Canonical link: https://commits.webkit.org/257251@main




More information about the webkit-changes mailing list