Bug 250130 - [git-webkit] Ignore invalid contributor in mapping
Summary: [git-webkit] Ignore invalid contributor in mapping
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jonathan Bedard
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-01-05 07:47 PST by Jonathan Bedard
Modified: 2023-01-09 17:17 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Bedard 2023-01-05 07:47:29 PST
It's possible for our Contributor.Mapping class to end up with an invalid contributor, this can cause issues when attempting to iterate over all contributors. We should just skip invalid contributors when iterating, and we should also make some effort to not include such contributors in the first place.
Comment 1 Radar WebKit Bug Importer 2023-01-05 07:47:51 PST
<rdar://problem/103913539>
Comment 2 Jonathan Bedard 2023-01-05 07:50:24 PST
Pull request: https://github.com/WebKit/WebKit/pull/8235
Comment 3 EWS 2023-01-09 17:17:10 PST
Committed 258691@main (c7f03062cc76): <https://commits.webkit.org/258691@main>

Reviewed commits have been landed. Closing PR #8235 and removing active labels.