Uh oh!
There was an error while loading. Please reload this page.
doc: util: document --trace-deprecation - #191
Closed
bnoordhuis wants to merge 2 commits into
Closed
Conversation
jonathanong
commented
Dec 21, 2014
Contributor
Any reason tracing isn't enabled by default? |
bnoordhuis
commented
Dec 22, 2014
MemberAuthor
IIRC, it was deemed too spammy. |
jonathanong
commented
Dec 30, 2014
Contributor
if we only show the calling function's filename, line number, and function name, it should be the same amonut of lines and a lot more useful. |
This makes require('process') always return a reference to the global
process object.
PR-URL: nodejs#206
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>bnoordhuis
commented
Dec 30, 2014
MemberAuthor
That's a bigger change though (one that you are more than welcome to take on if you want.) Can you LGTM this doc change so I can land it? |
jonathanong
commented
Dec 30, 2014
Contributor
more docs are always better! 👍 |
Document the --trace-deprecation flag and the `process` properties that affect util.deprecate(). Fixes: nodejs#190 PR-URL: nodejs#191 Reviewed-By: Jonathan Ong <me@jongleberry.com>
bnoordhuisforce-pushed
the
document-trace-deprecation
branch
from
December 30, 2014 22:49
2797229 to
8b04161Compare
This was referenced Jun 24, 2022
This was referenced Sep 26, 2022
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 freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Document the --trace-deprecation flag and the
processproperties thataffect util.deprecate().
R=@jonathanong