-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tools: do not lint tools/inspector_protocol,tools/markupsafe #24882
Conversation
@nodejs/v8-inspector Should these changes land in our repo or should they be upstreamed to https://chromium.googlesource.com/deps/inspector_protocol/? (If the latter, should this live more properly in |
daf9dc6
to
aeb4481
Compare
@bricss Instead of a 👍 could I please ask you to Review changes because that will give project maintainers more confidence that you has read through the actual changes and believe that those changes improve the state of the project? Anyone can review a GitHub pull request:
Thanks for taking the time to go through these step which should help maintainers. |
$ __make lint-py__ ``` ./tools/markupsafe/_compat.py:21:17: F821 undefined name 'unicode' text_type = unicode ^ ./tools/markupsafe/_compat.py:22:26: F821 undefined name 'unicode' string_types = (str, unicode) ^ ./tools/markupsafe/_compat.py:24:23: F821 undefined name 'long' int_types = (int, long) ^ ```
Resume Build CI: https://ci.nodejs.org/job/node-test-pull-request/19370/ ✔️ |
Landed in 5652cb0 |
PR-URL: nodejs#24882 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Ali Ijaz Sheikh <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
PR-URL: #24882 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Ali Ijaz Sheikh <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
PR-URL: nodejs#24882 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Ali Ijaz Sheikh <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
PR-URL: #24882 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Ali Ijaz Sheikh <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
PR-URL: #24882 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Ali Ijaz Sheikh <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
PR-URL: #24882 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Ali Ijaz Sheikh <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes