clubby789
clubby789
What I meant was what are the specific parts of the problem that are currently unsolved, because I'd be interested in helping out.
Yeah, if you know for sure that a regression happened between (for example) stable and beta, you can save some time by skipping checking those
I'll update the help to document this better. I made two flags so that we don't skip verifying the CI range if the user has only provided nightly dates. It...
I would like to try async support, but due to the lazy property filling the `await` keyword would need to be added to everything, including all property accesses, which may...
Changed to use `an import` rather than `re-export` as it matches the current feature name and not requiring a `pub use`.
Some notable improvements [when used in `rustc`](https://github.com/rust-lang/rust/pull/121351): | | mean | range | count | |:----------------------------------:|:-----:|:--------------:|:-----:| | Regressions ❌ (primary) | - | - | 0 | | Regressions ❌...
I went with `#[debug]` because of the precedent with `#[default]`, but I think there's definitely a good case for that ordering if `skip` is extended to other derives.
> Procedurally, is an ACP sufficient? This feels like a relatively large change. I've added a link to the Pre-RFC I made on IRLO; Josh suggested filing an ACP so...
I'm currently implementing the unsupported skip argument as a lint so it can be disabled if needed (although right now there seem to be [issues](#121171) with that). As for feature...
Resprings are normal when you reset network settings aren't they?