Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign updeps: V8: cherry-pick e3d7f8a #29105
Conversation
nodejs-github-bot
added
post-mortem
V8 Engine
labels
Aug 13, 2019
cclauss
added
the
python
label
Aug 13, 2019
This comment has been minimized.
This comment has been minimized.
|
I think these changes should be upstreamed to V8 first. |
This comment has been minimized.
This comment has been minimized.
|
@cjihrig Sorry but I respectfully disagree. These are blocking changes to our progress. The v8 process just takes too long (proof: #24512) and we only have 141 days until Py2 EOL. The folks responsible for v8 do not want to see this transition succeed. If someone else has the patience to upstream these (minuscule) changes in parallel or after, they are invited to do so. |
This comment has been minimized.
This comment has been minimized.
|
I opened https://chromium-review.googlesource.com/c/v8/v8/+/1751331 upstream. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Floating patches on v8 increase maintenance burden. Lets give some time for @targos' upstream PR to land (or not land :-( if that is the unfortunate case) before floating a patch. |
cclauss
requested review from
sam-github and
refack
Aug 13, 2019
|
As we're updating this file, why not also drop the semi-colons? |
targos
force-pushed the
cclauss:Py3_gen-postmortem-metadata.py
branch
from
06ff12a
to
ce33ffb
Aug 14, 2019
This comment has been minimized.
This comment has been minimized.
|
The upstream commit landed. I updated this PR to cherry-pick it. |
This comment has been minimized.
This comment has been minimized.
Trott
changed the title
v8: py3 gen-postmortem-metadata.py
deps: V8: cherry-pick e3d7f8a
Aug 16, 2019
This comment has been minimized.
This comment has been minimized.
|
Landed in 1173199 |
cclauss commentedAug 13, 2019
Python 2: dict.keys() is a list.
Python 3: dist.keys() is an iterator.
These changes support both Python 2 and Python 3.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes