★ wanayoo — archive 1999 https://github.com/nodejs/node/pull/25582Nouvelle recherche | Portail wanayoo
Skip to content
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

build: make compress_json python3 compatible #25582

Conversation

Copy link
Contributor

@thefourtheye thefourtheye commented Jan 19, 2019

This patch replaces a usage of map with list comprehension,
which makes the script Python 3 compatiable.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

cc @nodejs/python @cclauss

This patch replaces a usage of `map` with list comprehension,
which makes the script Python 3 compatiable.
@nodejs-github-bot nodejs-github-bot added the tools label Jan 19, 2019
@refack refack added python build inspector labels Jan 19, 2019
@refack
Copy link
Member

@refack refack commented Jan 19, 2019

I'm looking at the history, and it seems like this is a node-core only tool. Maybe we can eliminate it.

/CC @nodejs/v8-inspector

@thefourtheye
Copy link
Contributor Author

@thefourtheye thefourtheye commented Jan 20, 2019

@refack Good call. If we can get rid of this, one less file to maintain.

@bnoordhuis
Copy link
Member

@bnoordhuis bnoordhuis commented Jan 21, 2019

it seems like this is a node-core only tool. Maybe we can eliminate it.

What is the question? I introduced it to shrink the size of the embedded JSON. Currently it reduces its size from about 140k to 15k.

@addaleax
Copy link
Member

@addaleax addaleax commented Jan 27, 2019

@addaleax addaleax added the author ready label Jan 27, 2019
@danbev
Copy link
Member

@danbev danbev commented Jan 28, 2019

Re-run of failing node-test-commit-linux-containered ✔️

@danbev
Copy link
Member

@danbev danbev commented Jan 28, 2019

Landed in b31b84d.

@danbev danbev closed this Jan 28, 2019
danbev pushed a commit that referenced this issue Jan 28, 2019
This patch replaces a usage of `map` with list comprehension,
which makes the script Python 3 compatiable.

PR-URL: #25582
Reviewed-By: Refael Ackermann <refack@gmail.com>
@thefourtheye thefourtheye deleted the make-compress-json-python3-compatible branch Jan 28, 2019
addaleax pushed a commit that referenced this issue Jan 28, 2019
This patch replaces a usage of `map` with list comprehension,
which makes the script Python 3 compatiable.

PR-URL: #25582
Reviewed-By: Refael Ackermann <refack@gmail.com>
@targos targos mentioned this pull request Jan 29, 2019
targos added a commit that referenced this issue Jan 30, 2019
Notable changes:

* deps:
  * OpenSSL has been updated to 1.1.1a.
    #25582

PR-URL: #25802
targos added a commit that referenced this issue Jan 30, 2019
Notable changes:

* deps:
  * OpenSSL has been updated to 1.1.1a, which is API/ABI compatible with
    the previous OpenSSL 1.1.0j. Note that while OpenSSL 1.1.1a supports
    TLS1.3, Node.js still does not.
    #25582

PR-URL: #25802
targos added a commit that referenced this issue Jan 30, 2019
Notable changes:

* deps:
  * OpenSSL has been updated to 1.1.1a, which is API/ABI compatible with
    the previous OpenSSL 1.1.0j. Note that while OpenSSL 1.1.1a supports
    TLS1.3, Node.js still does not.
    #25582

PR-URL: #25802
BethGriggs pushed a commit that referenced this issue Apr 29, 2019
This patch replaces a usage of `map` with list comprehension,
which makes the script Python 3 compatiable.

PR-URL: #25582
Reviewed-By: Refael Ackermann <refack@gmail.com>
@BethGriggs BethGriggs mentioned this pull request May 1, 2019
BethGriggs pushed a commit that referenced this issue May 10, 2019
This patch replaces a usage of `map` with list comprehension,
which makes the script Python 3 compatiable.

PR-URL: #25582
Reviewed-By: Refael Ackermann <refack@gmail.com>
MylesBorins pushed a commit that referenced this issue May 16, 2019
This patch replaces a usage of `map` with list comprehension,
which makes the script Python 3 compatiable.

PR-URL: #25582
Reviewed-By: Refael Ackermann <refack@gmail.com>
BaochengSu pushed a commit to BaochengSu/node that referenced this issue Oct 20, 2020
This patch replaces a usage of `map` with list comprehension,
which makes the script Python 3 compatiable.

PR-URL: nodejs#25582
Reviewed-By: Refael Ackermann <refack@gmail.com>
(cherry picked from commit b31b84d)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready build inspector python tools
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants