David Hewitt

Results 1495 comments of David Hewitt

Just FYI: At RustFest Barcelona @oli-obk mentored me through a rustc patch to memoize the evaluation of some const functions. (rust-lang/rust#66294) This could in future clash with const heap unless...

> That, or as a first step we just disable memoization. True! Because the memoization is done using the compiler's query system, the implementation path for that could be something...

Also blocked Python 3.10 - https://github.com/rust-lang/crates-build-env/pull/104#issuecomment-1146389482

Since Rust 1.59 the above is now `RUSTFLAGS="-Csymbol-mangling-version=v0" cargo llvm-lines`.

> Could you use the latest version (v3.8.0)? You are using the beta release v3.7.0-8. It gives the failure. My mistake, I will update my CI process. I gained the...

A follow-up on this: it looks like updating to a newer `gh-actions-pages` fixed the crash. The symlink still failed to update though. I guess for that I'll need to wait...

Ah, understood. Do you think we'd get much interest if I opened an issue in cargo asking for support?

Turns out the JSON comes straight from rustc - see https://github.com/rust-lang/rust/issues/48792

@cod3fn You probably want to watch for when #3127 is merged and released, which will give you some level of font fallback "automatically".

👍 looks like you were thinking along the same lines for a first step as me with this PR! Nice work! So I guess the only question here is whether...