fix --prof-process --preprocess flag#14966
Closed
davidmarkclements wants to merge 1 commit intonodejs:masterfrom
davidmarkclements:master
Closed
fix --prof-process --preprocess flag#14966davidmarkclements wants to merge 1 commit intonodejs:masterfrom davidmarkclements:master
davidmarkclements wants to merge 1 commit intonodejs:masterfrom
davidmarkclements:master
Conversation
Member
Author
Member
lucamaraschi
approved these changes
Aug 22, 2017
Member
|
Linting is failing. |
This is a one-line fix to prevent the --preprocess option (used with --prof-process to output JSON) to cause an isolate log file profiling process to crash.
Member
Author
|
sorry |
Member
Member
|
CI is green |
jasnell
approved these changes
Aug 22, 2017
jasnell
pushed a commit
that referenced
this pull request
Aug 23, 2017
This is a one-line fix to prevent the --preprocess option (used with --prof-process to output JSON) to cause an isolate log file profiling process to crash. PR-URL: #14966 Reviewed-By: Luca Maraschi <luca.maraschi@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Member
|
Landed in 7c948ce |
addaleax
pushed a commit
to addaleax/ayo
that referenced
this pull request
Aug 25, 2017
This is a one-line fix to prevent the --preprocess option (used with --prof-process to output JSON) to cause an isolate log file profiling process to crash. PR-URL: nodejs/node#14966 Reviewed-By: Luca Maraschi <luca.maraschi@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
addaleax
pushed a commit
to ayojs/ayo
that referenced
this pull request
Aug 28, 2017
This is a one-line fix to prevent the --preprocess option (used with --prof-process to output JSON) to cause an isolate log file profiling process to crash. PR-URL: nodejs/node#14966 Reviewed-By: Luca Maraschi <luca.maraschi@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins
pushed a commit
that referenced
this pull request
Sep 10, 2017
This is a one-line fix to prevent the --preprocess option (used with --prof-process to output JSON) to cause an isolate log file profiling process to crash. PR-URL: #14966 Reviewed-By: Luca Maraschi <luca.maraschi@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Merged
Contributor
|
I just noticed this landed without a prefix in the commit message. You might consider using a git hook (such as core-validate-commit) to prevent such errors in the future. |
MylesBorins
pushed a commit
that referenced
this pull request
Sep 12, 2017
This is a one-line fix to prevent the --preprocess option (used with --prof-process to output JSON) to cause an isolate log file profiling process to crash. PR-URL: #14966 Reviewed-By: Luca Maraschi <luca.maraschi@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Contributor
|
The test appears to time out on v6.x Is this commit applicable to that branch? |
Contributor
|
ping |
Member
Author
|
The v8 version on the Node 6 branch does not appear to support the What's the appropriate way to ensure a test doesn't run against the v6.x branch? On Node 8.7.0: On Node 6.11.4: |
Member
|
We just don't backport the commit to that branch. I've added the relevant tags! |
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
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.
Checklist
Affected core subsystem(s)
tools
This is a one-line fix to prevent the --preprocess
option (used with --prof-process to output JSON)
to cause an isolate log file profiling process to crash.