| Summary: | [Python-3] Change shebangs in JSC/inspector/scripts to Python 3 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | hysu <hysu> | ||||
| Component: | Tools / Tests | Assignee: | hysu <hysu> | ||||
| Status: | RESOLVED DUPLICATE | ||||||
| Severity: | Normal | CC: | ap, bburg, ews-watchlist, hi, hysu, jbedard, joepeck, keith_miller, mark.lam, msaboff, saam, tzagallo, webkit-bug-importer | ||||
| Priority: | P2 | Keywords: | InRadar | ||||
| Version: | Other | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=229574 | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 226631 | ||||||
| Attachments: |
|
||||||
|
Description
hysu
2021-06-03 18:05:12 PDT
Created attachment 430530 [details]
Patch
This patch modifies the inspector protocol generator. Please ensure that you have rebaselined any generator test results (i.e., by running `Tools/Scripts/run-inspector-generator-tests --reset-results`) (Submitting this patch first as --no-review to see if it gets past EWS) Comment on attachment 430530 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=430530&action=review > Source/JavaScriptCore/inspector/scripts/codegen/cpp_generator.py:1 > +#!/usr/bin/env python3 Make sure that we cover any callers of these too, which may be calling via "python Source...." Comment on attachment 430530 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=430530&action=review > Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py:1 > +#!/usr/bin/env python3 Looks like this is the root script, we need to make sure it's callers are invoking it with Python3 *** This bug has been marked as a duplicate of bug 231587 *** |