Bradley Farias
Bradley Farias
http://github.com/bmeck/sandbox now has broadway installed on it without using stackedy. The wrapper has some issues with prototypes that needs resolving (for safety concerns right now they just are not sent...
A clarification : Do not use Proxies when talking over a bridge because proxies will allow mutation at odd point in time. IE. SANDBOX RUNS -> "var x={x:1};setTimeout(function(){x.x=2},1000);x" PARENT CACHES...
Module proxying and wrappers are fine, it is just that Objects that cross from the sandbox context to the parent context should not be _live_ (they are not updated when...
Going to finish this up this weekend and merge into master, will be a bigish API change so im going to bump a major version @gf3 if that is alright?
Gf3 ill update docs and we can discuss
Fork is updated, working on docs a bit.
@Temsa, If you get some time, lets chat on irc (im bradleymeck on freenode). I'll take a look and see if we can get the stackedy traces, but thats all...
After some talk : going to create this as a 0.6.x+ feature and it will be *nix only using setrlimit. Anyone using this should be aware of older Linux kernels...
I did not. Feel free to ad it if you want.
Mostly I'm trying to debug things and not just run them ;p , using a version manager is easier than telling peers to build from scratch. `d8` ships with this...