gf3 / sandbox

A nifty JavaScript sandbox for Node.js
ISC License
844 stars 123 forks source link

brought node-sandbox up to date so it runs in node 0.2.3 #3

Closed dominictarr closed 13 years ago

dominictarr commented 13 years ago

added install instructions to readme removed call to depreciated mixin function

also, couldn't find mjsunit or any documentation so i rewrote tests in async_testing

gf3 commented 13 years ago

Looks great, Dominic, thanks so much; I really appreciate it. One spec fails for me on the latest node (or rather, doesn't finish) which is the infinite loop test. I will look into that and touch up the docs a bit. Looks great, merging in!

dominictarr commented 13 years ago

you're welcome.

the tests all finish for me. what node version are you on?

gf3 commented 13 years ago

I'm on node 0.3.0 alpha (current node master), but I've fixed up the tests and code so that everything works as expected :)