Skip to content
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

src: remove unneeded Environment error methods #8427

Merged
merged 1 commit into from
Sep 11, 2016

Conversation

bnoordhuis
Copy link
Member

They seem to have been introduced as "convenience methods" in commit
75adde0 ("src: remove node_isolate from source") for reasons I can
only guess at but they can be removed without much hassle.

@nodejs-github-bot nodejs-github-bot added the c++ Issues and PRs that require attention from people who are familiar with C++. label Sep 6, 2016
@bnoordhuis
Copy link
Member Author

@cjihrig
Copy link
Contributor

cjihrig commented Sep 6, 2016

LGTM. CI is yellow.

@addaleax
Copy link
Member

addaleax commented Sep 6, 2016

LGTM

@jasnell
Copy link
Member

jasnell commented Sep 7, 2016

LGTM. Nice cleanup

@fhinkel
Copy link
Member

fhinkel commented Sep 7, 2016

LGTM.

They seem to have been introduced as "convenience methods" in commit
75adde0 ("src: remove `node_isolate` from source") for reasons I can
only guess at but they can be removed without much hassle.

PR-URL: nodejs#8427
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Franziska Hinkelmann <[email protected]>
Reviewed-By: James M Snell <[email protected]>
@bnoordhuis bnoordhuis force-pushed the remove-throwerror-methods branch from 32dcd85 to 0e6c336 Compare September 11, 2016 10:49
@bnoordhuis bnoordhuis closed this Sep 11, 2016
@bnoordhuis bnoordhuis deleted the remove-throwerror-methods branch September 11, 2016 10:49
@bnoordhuis bnoordhuis merged commit 0e6c336 into nodejs:master Sep 11, 2016
Fishrock123 pushed a commit that referenced this pull request Sep 14, 2016
They seem to have been introduced as "convenience methods" in commit
75adde0 ("src: remove `node_isolate` from source") for reasons I can
only guess at but they can be removed without much hassle.

PR-URL: #8427
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Franziska Hinkelmann <[email protected]>
Reviewed-By: James M Snell <[email protected]>

 Conflicts:
	src/env.h
@MylesBorins
Copy link
Contributor

This does not land cleanly in LTS. Added dont-land label. Please feel free to manually backport

Sign up for free to 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++.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants