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

Preliminary support for node v0.5.x and above #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Preliminary support for node v0.5.x and above #44

wants to merge 1 commit into from

Conversation

eatstoomuchjam
Copy link

Node v0.5.x and above removed support for the require_paths statement and prefer that it be done using the NODE_PATH environment variable. In addition, the "sys" namespace has been deprecated in favor of the "util" namespace. My changes should be backward-compatible to 0.4.x.
I haven't done any regression testing to confirm that other things work correctly with these patches in place, but at the very least node.js 0.5.x and 0.6.x will run without errors or warnings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant