atbrakhi

Results 8 comments of atbrakhi

Just an update on `shared object for mozangle`, we are able create shared object for `mozangle` using `crate-type: dylib`. It is working with servo on mac! Yet to test on...

> I have avoided some `into()` by making some variables `Au`-based, WDYT? Thanks @Loirooriol looks good to me. fn `map` makes sense, `LogicalVec2` was growing at many places, so definitely...

looks like it's windows specific, I couldn't reproduce on mac

> UI locks up when running [TWGL Tunnel](https://demo.servo.org/experiments/twgl-tunnel/) Works fine for me. Tested on MacOS

> > UI locks up when running [TWGL Tunnel](https://demo.servo.org/experiments/twgl-tunnel/) > > Works fine for me. Tested on MacOS Ah I see what you mean. When TWGL example is running, I...

`cargo build` is fine but `cargo test` is currently failing with this error: ``` dyld[49541]: Library not loaded: @rpath/libmozjs-115.dylib Referenced from: /Users/atbrakhi/Documents/codespace/mozjs/target/debug/deps/callback-edcd041304273f3b Reason: tried: '/System/Volumes/Preboot/Cryptexes/OS@rpath/libmozjs-115.dylib' (no such file), '/usr/local/lib/libmozjs-115.dylib' (no...

> I would like to suggest having a feature flag or similar to enable/disable static/dynamic library-ness. I think it's a fair point. I have added it in todo list :)

> @atbrakhi I'm curious: Is this PR still on your todo list, or did you encounter some major blocking issue? > > Would it be an option to build spidermonkey...