Skip to content

remove traceSyncIO from process - #2143

Closed
bmeck wants to merge 1 commit into
nodejs:masterfrom
bmeck:remove-traceSyncIO-from-process
Closed

remove traceSyncIO from process#2143
bmeck wants to merge 1 commit into
nodejs:masterfrom
bmeck:remove-traceSyncIO-from-process

Conversation

@bmeck

@bmeckbmeck commented Jul 9, 2015

Copy link
Copy Markdown
Member

this is unnecessary as per @trevnorris

@bmeckbmeck mentioned this pull request Jul 9, 2015
@evanlucas

Copy link
Copy Markdown
Contributor

I would be curious to see if anyone (not sure why?) is actually using this though. It seems to me like this would be a semver-major change if that is the case.

@mscdexmscdex added c++ Issues and PRs that require attention from people who are familiar with C++. process Issues and PRs related to the process subsystem. labels Jul 9, 2015
@trevnorris

Copy link
Copy Markdown
Contributor

LGTM

This property was added not that long ago by myself, and shouldn't have been. I don't see a conceivable way this could break any modules. If it does then we can add it back and wait for a major.

@evanlucas

Copy link
Copy Markdown
Contributor

works for me LGTM

@bnoordhuis

Copy link
Copy Markdown
Member

Pile-on LGTM.

bnoordhuis pushed a commit that referenced this pull request Jul 9, 2015
PR-URL: #2143
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
@bnoordhuis

Copy link
Copy Markdown
Member

Thanks, landed in 5ee4881.

bnoordhuis pushed a commit that referenced this pull request Jul 9, 2015
PR-URL: #2143
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
@Fishrock123Fishrock123 mentioned this pull request Jul 9, 2015
mscdex pushed a commit to mscdex/io.js that referenced this pull request Jul 9, 2015
PR-URL: nodejs#2143
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c++Issues and PRs that require attention from people who are familiar with C++.processIssues and PRs related to the process subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@bmeck@evanlucas@trevnorris@bnoordhuis@mscdex