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

smalloc: deprecate whole module #1822

Closed
wants to merge 2 commits into from

Conversation

vkurchatkin
Copy link
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.
@Fishrock123 Fishrock123 added this to the 3.0.0 milestone May 28, 2015
@bnoordhuis
Copy link
Member

LGTM

@bnoordhuis
Copy link
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
Contributor Author

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

@bnoordhuis
Copy link
Member

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

@mscdex mscdex added the smalloc label May 29, 2015
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 <[email protected]>
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 <[email protected]>
@vkurchatkin
Copy link
Contributor Author

landed in 628845b and 6d95f4f

@vkurchatkin vkurchatkin closed this Jun 4, 2015
@vkurchatkin
Copy link
Contributor Author

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

@vkurchatkin vkurchatkin removed this from the 3.0.0 milestone Jun 4, 2015
@vkurchatkin vkurchatkin added the semver-minor PRs that contain new features and should be released in the next minor version. label Jun 4, 2015
@rvagg rvagg 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 free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver-minor PRs 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