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 uptools: fix mixup with bytes.decode() and str.encode() #29208
Conversation
cclauss
requested a review
from refack
Aug 19, 2019
nodejs-github-bot
added
the
tools
label
Aug 19, 2019
richardlau
approved these changes
Aug 19, 2019
This comment has been minimized.
This comment has been minimized.
|
Subsystem should be "tools" |
cclauss
added
the
python
label
Aug 19, 2019
addaleax
changed the title
v8: fix mixup with bytes.decode() and str.encode()
tools: fix mixup with bytes.decode() and str.encode()
Aug 20, 2019
addaleax
approved these changes
Aug 20, 2019
targos
approved these changes
Aug 20, 2019
|
LGTM. That's exactly what we have in |
This comment has been minimized.
This comment has been minimized.
cclauss
force-pushed the
GN-scraper.decode
branch
from
1562072
to
4816f7c
Aug 20, 2019
cclauss
force-pushed the
GN-scraper.decode
branch
from
4816f7c
to
ecda222
Aug 21, 2019
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Landed in 6afd1a3 |
Trott
closed this
Aug 22, 2019
Trott
added a commit
that referenced
this pull request
Aug 22, 2019
cclauss
deleted the
GN-scraper.decode
branch
Aug 22, 2019
ronag
added a commit
to nxtedition/node
that referenced
this pull request
Aug 23, 2019
BridgeAR
added a commit
that referenced
this pull request
Sep 3, 2019
Merged
JeniaBR
added a commit
to JeniaBR/node
that referenced
this pull request
Sep 11, 2019
JeniaBR
added a commit
to JeniaBR/node
that referenced
this pull request
Sep 11, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
cclauss commentedAug 19, 2019
We want to read a bytes file and decode the contents as utf-8 so we can compare against a utf-8 pattern.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes