Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a6b08a2a7b335f8a2debe54eb78a850dfbc8d34b
https://github.com/WebKit/WebKit/commit/a6b08a2a7b335f8a2debe54eb78a850dfbc8d34b
Author: Brianna Fan <[email protected]>
Date: 2025-03-03 (Mon, 03 Mar 2025)
Changed paths:
M Tools/Scripts/libraries/webkitbugspy/webkitbugspy/bugzilla.py
Log Message:
-----------
[webkitbugspy] git-webkit fails with AttributeError if a tracked bug is not
found when cc-ing
https://bugs.webkit.org/show_bug.cgi?id=287517
rdar://144640536
Reviewed by Jonathan Bedard.
A possible edge case is when the Radar Importer is CC'd on a bug but it is slow
to respond
and there is no radar associated with the bug. Then, a user tries to manually
CC a radar through
git-webkit. Our tooling will believe there's already a radar associated when
there isn't.
We shouldn't output '?' in place of a radar and rather catch this case and
verify
that the user intended to CC the radar. (Another possibility is to silently CC
the radar without
asking, since this is technically correct if we discount race conditions with
the importer.)
* Tools/Scripts/libraries/webkitbugspy/webkitbugspy/bugzilla.py:
(Tracker.cc_radar):
Canonical link: https://commits.webkit.org/291529@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