Skip to content

smalloc: deprecate whole module - #1822

Closed
vkurchatkin wants to merge 2 commits into
nodejs:masterfrom
vkurchatkin:deprecate-smalloc-2
Closed

smalloc: deprecate whole module#1822
vkurchatkin wants to merge 2 commits into
nodejs:masterfrom
vkurchatkin:deprecate-smalloc-2

Conversation

@vkurchatkin

Copy link
Copy Markdown
Contributor

It makes no sense to allow people use constants from smalloc, since it will be removed completely eventually.

R=@bnoordhuis

`printDeprecationMessage` is used to deprecate modules
and execution branches.
@Fishrock123Fishrock123 added this to the 3.0.0 milestone May 28, 2015
@bnoordhuis

Copy link
Copy Markdown
Member

LGTM

@bnoordhuis

Copy link
Copy Markdown
Member

Suggestion: remove the smalloc entry from the repl._builtinLibs array.

It makes no sense to allow people use constants from
`smalloc`, since it will be removed completely eventually.
@vkurchatkin

Copy link
Copy Markdown
ContributorAuthor

@bnoordhuis right! also maybe we should still expose kMaxLength?

@bnoordhuis

Copy link
Copy Markdown
Member

I'm inclined to say there's no pressing need, I expect the size limit to get dropped sooner rather than later.

vkurchatkin added a commit that referenced this pull request Jun 4, 2015
`printDeprecationMessage` is used to deprecate modules
and execution branches.
PR-URL: #1822
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
vkurchatkin added a commit that referenced this pull request Jun 4, 2015
It makes no sense to allow people use constants from
`smalloc`, since it will be removed completely eventually.
PR-URL: #1822
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
@vkurchatkin

Copy link
Copy Markdown
ContributorAuthor

landed in 628845b and 6d95f4f

@vkurchatkin

Copy link
Copy Markdown
ContributorAuthor

Also, not sure but it probably should be treated as semver-minor

@vkurchatkinvkurchatkin removed this from the 3.0.0 milestone Jun 4, 2015
@vkurchatkinvkurchatkin added the semver-minor PRs that contain new features and should be released in the next minor version. label Jun 4, 2015
@rvaggrvagg mentioned this pull request Jun 11, 2015
rvagg added a commit that referenced this pull request Jun 13, 2015
Notable Changes:
* libuv: Upgraded to 1.6.0 and 1.6.1, see full ChangeLog for details.
(Saúl Ibarra Corretgé) #1905#1889. Highlights include:
- Fix TTY becoming blocked on OS X
- Fix UDP send callbacks to not to be synchronous
- Add uv_os_homedir() (exposed as os.homedir(), see below)
* npm: See full release notes for details. (Kat Marchán) #1899. Highlight:
- Use GIT_SSH_COMMAND (available as of Git 2.3)
* openssl:
- Upgrade to 1.0.2b and 1.0.2c, introduces DHE man-in-the-middle protection
(Logjam) and fixes malformed ECParameters causing infinite loop
(CVE-2015-1788). See the security advisory for full details.
(Shigeki Ohtsu) #1950#1958
- Support FIPS mode of OpenSSL, see README for instructions.
(Fedor Indutny) #1890
* os: Add os.homedir() method. (Colin Ihrig) #1791
* smalloc: Deprecate whole module. (Vladimir Kurchatkin) #1822
* Add new collaborators:
- Alex Kocharin (@rlidwka)
- Christopher Monsanto (@monsanto)
- Ali Ijaz Sheikh (@ofrobots)
- Oleg Elifantiev (@Olegas)
- Domenic Denicola (@domenic)
- Rich Trott (@Trott)
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

semver-minorPRs that contain new features and should be released in the next minor version.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@vkurchatkin@bnoordhuis@mscdex@Fishrock123