Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d96202d52d689b18c2912c0797c6e7b17265c774
      
https://github.com/WebKit/WebKit/commit/d96202d52d689b18c2912c0797c6e7b17265c774
  Author: Adrian Taylor <[email protected]>
  Date:   2026-06-17 (Wed, 17 Jun 2026)

  Changed paths:
    M Tools/Scripts/webkitpy/style/checker.py
    A Tools/Scripts/webkitpy/style/checkers/swift_association.py
    A Tools/Scripts/webkitpy/style/checkers/swift_association_unittest.py

  Log Message:
  -----------
  Style checker to warn of unpaired WebBackForwardList changes
https://bugs.webkit.org/show_bug.cgi?id=317201
rdar://179811261

Reviewed by Geoffrey Garen.

We temporarily have two copies of WebBackForwardList in Swift and C++.
Until the C++ version is removed, we need to ensure that changes to the C++
version are reflected in the Swift version, or vice-versa. Add a style checker
runs as an association check (operating on the whole set of changed files
rather than one file at a time) and reports an error when one member of
such a pair is changed without the other.

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to