Ben Kimock

Results 190 comments of Ben Kimock

I'm sifting through old issues. I think this situation should be discussed because I'm not sure there is anything for us to do here on account of this being an...

> I'll do async separetely since it it's harder to grok through miri's error messages there. Do you have any examples? I just pulled the latest commit and all I...

`ERROR` will work. This is a pretty serious issue for me too, there was a _lot_ of breakage in 0.10 around case-sensitivity.

I know _a bit_ about crater. > Is this repository (time-rs/time) included in crater runs? My understanding is that public GitHub repositories are largely included. It is not. As far...

I'm hacking together a prototype implementation of this. It works pretty well to set `MIRIFLAGS` by just adding a `--env` to the Docker invocation. But when I try to set...

I've been trying to work on a problem where running out of disk produces a broken rmeta file that crashes subsequent compilations. This issue report looks like that situation, which...

I think the root cause of this issue was rustc incorrectly handling/reporting I/O errors. I've landed a number of PRs to address the problem; the most recent of those is...

I don't know how to drive this forward. All of the discussion is about what exactly to call the flag and I really don't care what it's called. So I'm...

The MCP process (sort of) is documented on this page: https://forge.rust-lang.org/compiler/mcp.html

> The PR description is misleading. It does not really fix the soundness issue. And it's clearly motivated by compatibility with a buggy or incomplete filesystem implementation. I'm not a...