Martin Robinson

Results 197 comments of Martin Robinson

I think this is ready to go with a small fix: ```diff commit 8456b742333aa396692690a69c9feafc39b11fd5 Author: Martin Robinson Date: Wed Feb 28 19:10:16 2024 +0100 Fix an issue and add more...

It seems like this causes many tests to fail. Perhaps it would be okay to close this for now and take it up later?

Do the latest builds of Servo have this same issue?

> What's the benefit of going Rust -> C -> Rust ? The main benefit of this approach is the ability to ship a shared object.

> But wry is already pure Rust so it doesn't need that, right? Since Servo takes so long to build, being able to ship a shared object version of Servo...

Is this the first stack trace in the output? I ask because the line in the stack trace is actually in the panic handler.

Closing this as a duplicate of #31695.

@Loirooriol and I are working on a better version of this change that will be uploaded soon as a PR.

Question about this: what kind of binary is this building? Isn't it more interesting to build a universal binary for now?