★ wanayoo — archive 1999 https://github.com/nodejs/node/pull/24292Nouvelle 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

src: sort internal binding list #24292

Merged
merged 1 commit into from Nov 13, 2018
Merged

src: sort internal binding list #24292

merged 1 commit into from Nov 13, 2018

Conversation

cjihrig
Copy link
Contributor

@cjihrig cjihrig commented Nov 10, 2018

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

'util',
'uv',
'v8',
'zlib'
Copy link
Member

@devsnek devsnek Nov 10, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would it be possible to put a trailing comma here?

Copy link
Contributor Author

@cjihrig cjihrig Nov 10, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Possible, yes. But we don't currently have anything that would come after zlib.

lpinca
lpinca approved these changes Nov 11, 2018
@Trott
Copy link
Member

@Trott Trott commented Nov 12, 2018

Nit: commit message subsystem should likely be lib rather than src?

PR-URL: nodejs#24292
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Weijia Wang <starkwang@126.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
@cjihrig
Copy link
Contributor Author

@cjihrig cjihrig commented Nov 13, 2018

@cjihrig cjihrig merged commit bda4643 into nodejs:master Nov 13, 2018
1 of 2 checks passed
@cjihrig cjihrig deleted the sort branch Nov 13, 2018
BridgeAR added a commit that referenced this issue Nov 14, 2018
PR-URL: #24292
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Weijia Wang <starkwang@126.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
kiyomizumia added a commit to kiyomizumia/node that referenced this issue Nov 15, 2018
PR-URL: nodejs#24292
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Weijia Wang <starkwang@126.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
@codebytere
Copy link
Member

@codebytere codebytere commented Jan 12, 2019

@cjihrig do you have time to backport this to 10.x?

@cjihrig
Copy link
Contributor Author

@cjihrig cjihrig commented Jan 13, 2019

I don't think this applies to 10.x.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet