Rain

Results 514 comments of Rain

I've put up https://github.com/oxidecomputer/cancel-safe-futures for this.

Just wanted to follow up and say that the reserve pattern, as implemented in `cancel-safe-futures` has worked wonderfully for our use cases. We'd love for it to be upstreamed but...

Thanks for the PR! Hmm, wouldn't this need to also include the settings for llvm-cov in `default-config.toml`?

Hi, and thanks for the feature request! This isn't something that's supported at the moment -- timeouts with nextest are meant to be for unexpected issues. Would you be able...

Hmm, I see, you're actually using miri. I guess we can add an on-timeout = "success"/"failure" config, and then you can set that in the Miri-specific config. I guess it'll...

Thanks for the report! Ah ha -- so at the moment we don't actually have an installer script -- that command just untars a binary into the right spot. I...

Seems reasonable. I'd prefer to gate this only on exit codes to avoid heuristics that can go wrong. Would that be good enough for you?

I have the execution side of this mostly working -- I started writing a parser for this but realized that it'll likely conflict with some other work going on in...

***Help wanted:** Is there anything I've missed here? Use cases and design suggestions would be welcome, especially if you've had practical experience with setup and teardown scripts in other contexts.*...