Uh oh!
There was an error while loading. Please reload this page.
build: rm py semicolons (Python != JavaScript) - #29120
Conversation
addaleax
left a comment
There was a problem hiding this comment.
Can you undo the changes to deps/v8/ and tools/gyp/? Those are vendored in and not managed by this repository.
MattIPv4
commented
Aug 14, 2019
Ah, do gyp changes need to occur in node-gyp? |
Trott
commented
Aug 14, 2019
I'm not sure to be honest. /ping @nodejs/node-gyp
Contributing to V8 is described at https://v8.dev/docs/contribute |
sam-github
commented
Aug 14, 2019
For obvious reasons, I like this PR but... based @addaleax comment above this might not be the right forum.
|
MattIPv4
commented
Aug 15, 2019
@targos May you assist with getting these changes made to v8? |
Trott
commented
Aug 16, 2019
There was a conflict in |
nodejs-github-bot
commented
Aug 16, 2019
Trott
commented
Aug 16, 2019
Reworked the commit here (preserving authorship) and opened #29170. Going to close this, since it shouldn't land, but feel free to continue discussion about getting the changes upstreamed to V8. If you think it should be open for any reason, go ahead and re-open (or if GitHub won't allow that, post a comment asking that it be re-opened). |
MattIPv4
commented
Aug 16, 2019
Sounds good. Hopefully, someone can help land the v8 changes 👍 |
rvagg
commented
Aug 20, 2019
sorry, just for clarity I'll address:
They are not in sync, a PR here should be followed by a PR to node-gyp, ideally, and vice versa. We're still trying to figure out how to maintain this mess. |
MattIPv4
commented
Aug 20, 2019
@rvagg As I've got the PR open in node-gyp already, should I create a separate one in node that duplicates those changes? |
rvagg
commented
Aug 20, 2019
@MattIPv4 yep, I think so, if they're changes for tools/gyp then it's probably worth doing, we're out of sync already and don't have a process to get back into sync yet so doing things manually isn't going to hurt for now. |
Follow-up PR from #29105 (review) that applies Flake8 E703 (no semicolons) to all Python files.
Checklist