Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 22f2cf717f6cdd900f1ce4cf6cff4019eedd4655
      
https://github.com/WebKit/WebKit/commit/22f2cf717f6cdd900f1ce4cf6cff4019eedd4655
  Author: Michael Catanzaro <[email protected]>
  Date:   2025-09-05 (Fri, 05 Sep 2025)

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

  Log Message:
  -----------
  KeyError: '8e2703a62c3ac7282b9f96744a53646a89b59c9a' when running 'git-webkit 
pr'
https://bugs.webkit.org/show_bug.cgi?id=275693

Reviewed by Jonathan Bedard.

Check if the hash exists in the self._hash_to_identifiers table before
attempting to use it, to avoid a KeyError exception if it's not present.
Looks like we're generally pretty careful to check whether the value
exits in the table before using it, but are missing a check here.

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to