Skip to content

src,lib: make process.binding('config') internal - #23400

Closed
shisama wants to merge 1 commit into
nodejs:masterfrom
shisama:config-binding
Closed

src,lib: make process.binding('config') internal#23400
shisama wants to merge 1 commit into
nodejs:masterfrom
shisama:config-binding

Conversation

@shisama

@shisamashisama commented Oct 10, 2018

Copy link
Copy Markdown
Contributor

Refs: #22160

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
    - [ ] documentation is changed or added
  • commit message follows commit guidelines

@nodejs-github-botnodejs-github-bot added the lib / src Issues and PRs related to general changes in the lib or src directory. label Oct 10, 2018
@shisama
shisamaforce-pushed the config-binding branch 3 times, most recently from 5a2a9d6 to 1f0b70dCompareOctober 15, 2018 00:47
@shisama
shisamaforce-pushed the config-binding branch 4 times, most recently from a419245 to 58c315cCompareOctober 18, 2018 09:20
@shisamashisama changed the title [WIP] config: make process.binding('config') internal[WIP] make process.binding('config') internalOct 18, 2018
@shisamashisama changed the title [WIP] make process.binding('config') internal[WIP] src,lib: make process.binding('config') internalOct 18, 2018
@shisama
shisamaforce-pushed the config-binding branch 18 times, most recently from e33577b to 2923d07CompareOctober 25, 2018 14:22
@gireeshpunathil

Copy link
Copy Markdown
Member

@shisama

Copy link
Copy Markdown
ContributorAuthor

Resume Build CI: https://ci.nodejs.org/job/node-test-pull-request/19081/

@gireeshpunathil

Copy link
Copy Markdown
Member

@shisama - what a coincidence!!! looks like we fired two CIs almost at the same time.

@shisama

Copy link
Copy Markdown
ContributorAuthor

@shisama

shisama commented Dec 3, 2018

Copy link
Copy Markdown
ContributorAuthor

@shisama

Copy link
Copy Markdown
ContributorAuthor

@Trott

Trott commented Dec 5, 2018

Copy link
Copy Markdown
Member

Landed in 63b0655

@TrottTrott closed this Dec 5, 2018
Trott pushed a commit to Trott/io.js that referenced this pull request Dec 5, 2018
PR-URL: nodejs#23400
Refs: nodejs#22160
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
BridgeAR pushed a commit that referenced this pull request Dec 6, 2018
PR-URL: #23400
Refs: #22160
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
@BridgeARBridgeAR mentioned this pull request Dec 6, 2018
4 tasks
BridgeAR pushed a commit that referenced this pull request Dec 7, 2018
PR-URL: #23400
Refs: #22160
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
BridgeAR pushed a commit that referenced this pull request Dec 7, 2018
PR-URL: #23400
Refs: #22160
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
joyeecheung pushed a commit to joyeecheung/node that referenced this pull request Jan 11, 2019
PR-URL: nodejs#23400
Refs: nodejs#22160
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
addaleax pushed a commit that referenced this pull request Jan 14, 2019
PR-URL: #23400
Refs: #22160
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Backport-PR-URL: #25446
Reviewed-By: Anna Henningsen <anna@addaleax.net>
refack pushed a commit to refack/node that referenced this pull request Jan 14, 2019
PR-URL: nodejs#23400
Refs: nodejs#22160
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
@BridgeARBridgeAR mentioned this pull request Jan 16, 2019
BridgeAR pushed a commit to BridgeAR/node that referenced this pull request Jan 16, 2019
PR-URL: nodejs#23400
Refs: nodejs#22160
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Backport-PR-URL: nodejs#25446
Reviewed-By: Anna Henningsen <anna@addaleax.net>
@MylesBorinsMylesBorins mentioned this pull request Jan 24, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lib / srcIssues and PRs related to general changes in the lib or src directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@shisama@Trott@gireeshpunathil@cjihrig@joyeecheung@trivikr@BethGriggs@nodejs-github-bot