mozjs icon indicating copy to clipboard operation
mozjs copied to clipboard

Support using rooted macro with vectors.

Open jdm opened this issue 1 month ago • 2 comments

We created our RootedVec type back before we supported storing arbitrary traceable types in SpiderMonkey's Rooted class. Now that we can do that, we can replicate SpiderMonkey's RootedVec, which is just a Rooted wrapper around a vector.

Testing: New unit test added. Servo PR: https://github.com/servo/servo/pull/41921

jdm avatar Jan 15 '26 07:01 jdm

Ack, there was a new sccache release but it doesn't include x86_64 binaries for macOS, only arm64, so our x86_64 macOS build is busted.

jdm avatar Jan 15 '26 07:01 jdm

Ack, there was a new sccache release but it doesn't include x86_64 binaries for macOS, only arm64, so our x86_64 macOS build is busted.

We can wait for https://github.com/mozilla/sccache/issues/2554 or temporarily disable sccache on x86_64 macOS.

sagudev avatar Jan 15 '26 07:01 sagudev