WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
261307
Change xrange() to range() in jsonchecker.py
https://bugs.webkit.org/show_bug.cgi?id=261307
Summary
Change xrange() to range() in jsonchecker.py
David Kilzer (:ddkilzer)
Reported
2023-09-07 18:09:10 PDT
Change xrange() to range() in jsonchecker.py for Python3. Running `check-webkit-style` results in the following message being printed to the console: ``` $ ./Tools/Scripts/check-webkit-style --filter="-,+runtime/wtf_make_unique" Source/JavaScriptCore name 'xrange' is not defined ```
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-09-07 18:09:45 PDT
<
rdar://problem/115147068
>
David Kilzer (:ddkilzer)
Comment 2
2023-09-07 18:12:50 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/17564
EWS
Comment 3
2023-09-08 16:45:56 PDT
Committed
267816@main
(91607fdd1b5e): <
https://commits.webkit.org/267816@main
> Reviewed commits have been landed. Closing PR #17564 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug