Rain

Results 514 comments of Rain

Thanks for the report. It does seem like antivirus getting in the way. Have you tried the new "dev drive" feature on Windows? Leak detection works by monitoring the stdout...

Some notes from the debugging session today: * When nextest encounters both `.cargo/config` and `.cargo/config.toml`, it should loudly warn * within nextest's support for target runners, it should be possible...

One interesting behavior with Cargo's target runners is that `cargo run`, even if invoked from within the target runner, also invokes the target runner. We'll want to probably support this...

Thanks @NobodyXu. I think testing these strategies out in a target runner would be the best next step. I don't have the time to work on this myself, but I'll...

Is systemd-run an option? I thought I could get it to work as a user.

> Or you could also try https://firejail.wordpress.com/ Oh this is good, I've used firejail and it works very well. I think this would be great as part of a library...

Hi! Just wanted to chime in as someone who did a lot of resiliency work on [watchman](https://github.com/facebook/watchman) around a decade ago. It took many months of work to get watchman...

> Not that in this specific issues what we want is not “report a sequence of events that correctly reconstructs the state of the file system”, but a much weaker...

This would be super useful to build tooling around even if only exposed in JSON output (https://github.com/rust-lang/rust/issues/76578). Variance changes are one of the more subtle kinds of API breakage, and...

Thanks. I wouldn't mind supporting this in principle, but the issue is the same as the one I pointed out in https://github.com/diesel-rs/diesel/discussions/3993 -- this is committal in a way that's...