[webkit-changes] [WebKit/WebKit] ba9046: [ANGLE] update-angle script should ignore untracke...

Dan Glastonbury noreply at github.com
Wed Oct 4 01:45:11 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ba90462eb61f1fb629a567d01716a8e20c261060
      https://github.com/WebKit/WebKit/commit/ba90462eb61f1fb629a567d01716a8e20c261060
  Author: Dan Glastonbury <djg at apple.com>
  Date:   2023-10-04 (Wed, 04 Oct 2023)

  Changed paths:
    M Tools/Scripts/update-angle

  Log Message:
  -----------
  [ANGLE] update-angle script should ignore untracked files
https://bugs.webkit.org/show_bug.cgi?id=262521
rdar://116381556

Reviewed by Kimmo Kinnunen.

update-angle script complains and refuses to run if there are any files reported
by `git status --porcelain`. This includes untracked files outside of
Source/ThirdParty/ANGLE, which should be ignored.

* Tools/Scripts/update-angle:
Filter out untracked files outside of Source/ThirdParty/ANGLE. In addition to
printing warning message, also display the list of detected files, including
their status.

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




More information about the webkit-changes mailing list