[webkit-changes] [WebKit/WebKit] e71644: [webkitscmpy] Correctly set timestamp when appendi...

Jonathan Bedard noreply at github.com
Wed Oct 25 09:52:15 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e7164442f39a5dd28eb94a4e547a69bb68a7a8fb
      https://github.com/WebKit/WebKit/commit/e7164442f39a5dd28eb94a4e547a69bb68a7a8fb
  Author: Jonathan Bedard <jbedard at apple.com>
  Date:   2023-10-25 (Wed, 25 Oct 2023)

  Changed paths:
    M Tools/Scripts/libraries/webkitscmpy/webkitscmpy/remote/git_hub.py
    M Tools/Scripts/libraries/webkitscmpy/webkitscmpy/test/pull_request_unittest.py

  Log Message:
  -----------
  [webkitscmpy] Correctly set timestamp when appending local comment
https://bugs.webkit.org/show_bug.cgi?id=263652
rdar://117472023

Reviewed by Elliott Williams.

We are failing to create a local representation of a GitHub PR comment because
we haven't imported time.

* Tools/Scripts/libraries/webkitscmpy/webkitscmpy/remote/git_hub.py:
(GitHub.PRGenerator.review): Cast time.time() to an integer.
* Tools/Scripts/libraries/webkitscmpy/webkitscmpy/test/pull_request_unittest.py:

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




More information about the webkit-changes mailing list