Bug 222337

Summary: [webkitscmpy] Add flag for caller to opt out of identifier computation
Product: WebKit Reporter: Jonathan Bedard <jbedard>
Component: Tools / TestsAssignee: Jonathan Bedard <jbedard>
Status: RESOLVED FIXED    
Severity: Normal CC: dewei_zhu, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Jonathan Bedard 2021-02-23 16:35:27 PST
Identifier computation can be expensive in some cases. Add a flag to opt out of preforming this computation.
Comment 1 Radar WebKit Bug Importer 2021-02-23 16:35:52 PST
<rdar://problem/74667858>
Comment 2 Jonathan Bedard 2021-02-23 16:41:37 PST
Created attachment 421369 [details]
Patch
Comment 3 Jonathan Bedard 2021-02-23 16:42:47 PST
Comment on attachment 421369 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=421369&action=review

> Tools/Scripts/libraries/webkitscmpy/setup.py:32
> +    version='0.11.1',

Note for the weird version bump: https://commits.webkit.org/234485@main should have bumped this to 0.11.0, I think I edited the version file in the wrong checkout.
Comment 4 dewei_zhu 2021-02-24 13:57:21 PST
r=me
Comment 5 EWS 2021-02-24 14:02:39 PST
Committed r273437: <https://commits.webkit.org/r273437>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 421369 [details].