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

tls,doc: fix unallocated deprecation code #15534

Closed
wants to merge 1 commit into from

Conversation

jasnell
Copy link
Member

@jasnell jasnell commented Sep 21, 2017

Deprecation was landed using DEP00XX instead of a properly
allocated deprecation code.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

tls,doc

Deprecation was landed using `DEP00XX` instead of a properly
allocated deprecation code.
@nodejs-github-bot nodejs-github-bot added the tls Issues and PRs related to the tls subsystem. label Sep 21, 2017
@jasnell jasnell requested a review from refack September 21, 2017 17:03
Copy link
Member

@BridgeAR BridgeAR left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, my bad. I was not sure if I had to change that when I landed it. Good to know I should 😄

@jasnell
Copy link
Member Author

jasnell commented Sep 21, 2017

No worries! :)

@BridgeAR
Copy link
Member

Landed in 193926e

@BridgeAR BridgeAR closed this Sep 24, 2017
BridgeAR pushed a commit that referenced this pull request Sep 24, 2017
Deprecation was landed using `DEP00XX` instead of a properly
allocated deprecation code.

PR-URL: #15534
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@jasnell
Copy link
Member Author

jasnell commented Sep 25, 2017

Marking don't land as I fixed this when cherry-picking the original commit.

addaleax pushed a commit to addaleax/ayo that referenced this pull request Sep 30, 2017
Deprecation was landed using `DEP00XX` instead of a properly
allocated deprecation code.

PR-URL: nodejs/node#15534
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tls Issues and PRs related to the tls subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants