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
Radar WebKit Bug Importer
Comment 1 2023-09-07 18:09:45 PDT
David Kilzer (:ddkilzer)
Comment 2 2023-09-07 18:12:50 PDT
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.