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

Fix tests in node v4+ #438

Merged
merged 3 commits into from
Oct 5, 2015
Merged

Fix tests in node v4+ #438

merged 3 commits into from
Oct 5, 2015

Conversation

chriso
Copy link
Collaborator

@chriso chriso commented Sep 28, 2015

contextify doesn't work with node v4+ yet: brianmcd/contextify#180

This PR removes it in favour of the builtin vm module. The vm module doesn't do what we need it to do in older versions of node and there doesn't appear to be a way to conditionally install contextify based on the version of node that's installed, so not sure what the best solution is here. Either wait until contextify is fixed, or wait until everyone upgrades to node 4+.

chriso added a commit that referenced this pull request Oct 5, 2015
@chriso chriso merged commit 1813359 into master Oct 5, 2015
@chriso chriso deleted the chriso/node-4-support branch October 5, 2015 08:16
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