Luca Casonato
Luca Casonato
@domenic That's exactly right. This is actually getting more and more pressing by the day. I'll see if we can allocate some resources to open a PR for this. I...
Deno is interested in implementing this.
We did eventually upgrade by floating a patch. @ry do you want to keep this open to track removing the floated patch? If so, we should rename the issue.
@qm3ster We don't even support aarch64 musl in tree yet.
This is the tracking issue for macOS arm64.
Well please create another issue, because this issue is not for tracking linux arm64, but for macOS.
Instead of exposing `EmbedderHeapTracer`, we should expose the Oilpan APIs instead (https://v8.dev/blog/oilpan-library). `EmbedderHeapTracer` is on it's way out.
It is possible to circumvent the lifetimes, by serialising the error to a string, and then boxing and bubbling that string. This doesn't allow proper error introspection though (I don't...
This has been fixed in sscache@main. See https://github.com/mozilla/sccache/pull/1181. Thanks @bc-lee!