-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
domain: add soft deprecation notice #141
domain: add soft deprecation notice #141
Conversation
Per the TC meeting on 2014-12-10, domains will be "soft deprecated" until a suitable replacement API is available; at which time they will be fully deprecated. Full deprecation will include references to replacement API and the application of util.deprecate to the domain api.
LGTM |
// WARNING: THIS MODULE IS PENDING DEPRECATION. | ||
// | ||
// No new pull requests targetting this module will be accepted | ||
// unless they are address existing, critical bugs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/are// & targeting*
👍 |
I wish we could outline some of the problems in here but I think they are too numerous and detailed to enumerate. If you do a google search for "node.js domains" the results are almost all positive. Anyway, this is good enough for now, perhaps someone will write a great article on this that we can link to. So LGTM. |
LGTM |
Per the TC meeting on 2014-12-10, domains will be "soft deprecated" until a suitable replacement API is available; at which time they will be fully deprecated. Full deprecation will include references to replacement API and the application of util.deprecate to the domain api. PR-URL: #141 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Merged in 6a29356. |
Per the TC meeting on 2014-12-10, domains will be "soft deprecated"
until a suitable replacement API is available; at which time they
will be fully deprecated. Full deprecation will include references
to replacement API and the application of util.deprecate to the domain
api.
R=@piscisaureus @rvagg