Skip to content

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 vkurchatkin force-pushed the deprecate-smalloc-2 branch from b07b1e3 to 475795b Compare May 29, 2015 12:51
@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