FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

tls,doc: fix unallocated deprecation code by jasnell · Pull Request #15534 · nodejs/node · GitHub

/ node Public

tls,doc: fix unallocated deprecation code - #15534

Closed
jasnell wants to merge 1 commit into
nodejs:masterfrom
jasnell:fix-deprecation-code
Closed

tls,doc: fix unallocated deprecation code#15534
jasnell wants to merge 1 commit into
nodejs:masterfrom
jasnell:fix-deprecation-code

Conversation

jasnell commented Sep 21, 2017

Copy link
Copy Markdown
Member

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 added the tls Issues and PRs related to the tls subsystem. label Sep 21, 2017
jasnell requested a review from refack September 21, 2017 17:03

BridgeAR left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

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

jasnell commented Sep 21, 2017

Copy link
Copy Markdown
Member Author

No worries! :)

Copy link
Copy Markdown
Member

Landed in 193926e

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 commented Sep 25, 2017

Copy link
Copy Markdown
Member Author

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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL