Skip to content

lib,test: remove publicly exposed freelist - #3738

Closed
cjihrig wants to merge 1 commit into
nodejs:masterfrom
cjihrig:freelist
Closed

lib,test: remove publicly exposed freelist#3738
cjihrig wants to merge 1 commit into
nodejs:masterfrom
cjihrig:freelist

Conversation

@cjihrig

Copy link
Copy Markdown
Contributor

The freelist module was deprecated in io.js and moved to an internal module. This commit removes public access to freelist, while leaving the internal module, which is still in use.

This was discussed in #569, and should be able to go into v6.

The freelist module was deprecated in io.js and moved to an
internal module. This commit removes public access to freelist,
while leaving the internal module, which is still in use.
@mscdexmscdex added the lib / src Issues and PRs related to general changes in the lib or src directory. label Nov 10, 2015
@bnoordhuis

Copy link
Copy Markdown
Member

LGTM. Suggestion: add the semver-major label?

@cjihrigcjihrig added the semver-major PRs that contain breaking changes and should be released in the next major version. label Nov 10, 2015
@thefourtheye

Copy link
Copy Markdown
Contributor

LGTM

1 similar comment
@targos

Copy link
Copy Markdown
Member

LGTM

@cjihrig

Copy link
Copy Markdown
ContributorAuthor

cjihrig added a commit that referenced this pull request Nov 11, 2015
The freelist module was deprecated in io.js and moved to an
internal module. This commit removes public access to freelist,
while leaving the internal module, which is still in use.
Fixes: #569
PR-URL: #3738
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
@cjihrig

Copy link
Copy Markdown
ContributorAuthor

Landed in b70dc67

@cjihrigcjihrig closed this Nov 11, 2015
@cjihrig
cjihrig deleted the freelist branch November 11, 2015 15:59
@jasnelljasnell mentioned this pull request Mar 17, 2016
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.semver-majorPRs that contain breaking changes and should be released in the next major version.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@cjihrig@bnoordhuis@thefourtheye@targos@mscdex