Frances Wingerter

Results 40 issues of Frances Wingerter

We don't handle this yet. This basically amounts to finding the `AllocId` for a [`Const`](https://doc.rust-lang.org/beta/nightly-rustc/rustc_middle/ty/consts/struct.Const.html) and then looking up that ID. This isn't completely trivial, because we need to look...

This will want either a docker redeploy with the new `rust-toolchain` file or a change to use `rust-toolchain.toml` so rustup can add the required components dynamically.

We're going to drop MMX support due to the straightforward translation becoming impossible as [upstream has also dropped support](https://github.com/rust-lang/stdarch/issues/823) for these types (e.g. `__m64`) and intrinsics. This isn't likely to...

enhancement

As of #364, translation no longer preserves comments in C code. Comments are critical for the continued maintenance of a codebase, so we should do all we can to make...

enhancement

This is fairly hacky and best-effort, but until c2rust-analyze is a rustc wrapper for cargo, it's hard to do better, and this avoids duplicating the work of figuring out these...

PR mostly just to run CI.

help wanted

This may well be an issue of my understanding, but I've read the documentation and would expect this to result in a `memory_map` struct rather than `MemoryMap`: `cbindgen.toml`: ```toml language...

We used to (in v1) separately show using `thiserror` (to remove the tedium of manually writing boilerplate `From` and `Display` implementations for custom error enums) and `anyhow` (to flatten error...

To reproduce, tap left and right a couple times while the speaker notes window is focused after popping it out into its own window. It will revert to showing a...

bug