-
Notifications
You must be signed in to change notification settings - Fork 86
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
Add support for node 4.x.x #59
Comments
👍 |
1 similar comment
👍 |
I've started work on this. If anybody else wants to take it, feel free - I may not have a chance to finish it for the next week. It looks like this may require more significantly patching the built-in |
👍 |
2 similar comments
+1 |
+1 |
mock-fs is currently incompatible with node 4.x, but a fix is in progress tschaub/mock-fs#59 Since we are currently not actively developing the affected broccoli plugins, the risk of disabling these tests is low, especially in the light of improvements we get from node 4.x.
mock-fs is currently incompatible with node 4.x, but a fix is in progress tschaub/mock-fs#59 Since we are currently not actively developing the affected broccoli plugins, the risk of disabling these tests is low, especially in the light of improvements we get from node 4.x.
mock-fs is currently incompatible with node 4.x, but a fix is in progress tschaub/mock-fs#59 Since we are currently not actively developing the affected broccoli plugins, the risk of disabling these tests is low, especially in the light of improvements we get from node 4.x.
mock-fs is currently incompatible with node 4.x, but a fix is in progress tschaub/mock-fs#59 Since we are currently not actively developing the affected broccoli plugins, the risk of disabling these tests is low, especially in the light of improvements we get from node 4.x.
mock-fs is currently incompatible with node 4.x, but a fix is in progress tschaub/mock-fs#59 Since we are currently not actively developing the affected broccoli plugins, the risk of disabling these tests is low, especially in the light of improvements we get from node 4.x.
mock-fs is currently incompatible with node 4.x, but a fix is in progress tschaub/mock-fs#59 Since we are currently not actively developing the affected broccoli plugins, the risk of disabling these tests is low, especially in the light of improvements we get from node 4.x.
mock-fs is currently incompatible with node 4.x, but a fix is in progress tschaub/mock-fs#59 Since we are currently not actively developing the affected broccoli plugins, the risk of disabling these tests is low, especially in the light of improvements we get from node 4.x.
mock-fs is currently incompatible with node 4.x, but a fix is in progress tschaub/mock-fs#59 Since we are currently not actively developing the affected broccoli plugins, the risk of disabling these tests is low, especially in the light of improvements we get from node 4.x.
+1 |
1 similar comment
+1 |
+1, this is a really useful tool, and I'd love to be able to use it. |
+1 |
@tschaub: Actually, how would I go about bringing support for this to node? I dislike +1ing without at least offering some help, and I'd really like to see this happen, so what can I do? |
@ariporad I started looking at this as well. The lib is laid out to mock each major version of Node separately. I added 4.x to the list to use the mock for 3.0.0, and all of the tests passed, so I am not actually sure what is wrong. It seems that, at least for most common things, the lib should already work. I will run my suite of tests tomorrow against this (I have a couple of projects that use this lib for testing) just to confirm. Perhaps @tschaub can tell us a bit more about he problems he is aware of. I'd also like to help in getting this working. |
@catdad - if we want a quick win, we could use the monkey patched I'm hoping to find a different way to swap out the |
As io.js v3 was more or less a release candidate for node.js v4 there shouldn't really be any differences and the CHANGELOG points out no changes in regards to the The only I'm in favor of reusing the I think I'm actually in favor of always using the newest |
Looking at the links @voxpelli provided, and a bit of extra research, I also believe there is no differences to be concerned about between 3.x and 4.x (as long as the 3.x implementation here is good, of course). I ran tests for all my projects using my updated |
Would it be possible to mark the support for 4.x.x as experimental. I haven't encountered any bugs yet and it would be great to use the npm repository instead of a git branch. |
Could we get a new release now please :) |
+1 |
Now that node 4.0.0 has been released as the stable version, it would be great to add support for this version.
The text was updated successfully, but these errors were encountered: