rust-lang / cargo-bisect-rustc

Bisects rustc, either nightlies or CI artifacts
https://rust-lang.github.io/cargo-bisect-rustc/
Apache License 2.0
178 stars 55 forks source link

Calculate current nightly date only once #116

Closed tesuji closed 4 years ago

tesuji commented 4 years ago

This function (default_nightly) is hot and called repeatedly. It also calls external rustc and compiles a regex.

tesuji commented 4 years ago

It's been two weeks without reviews :| .

apiraino commented 4 years ago

@lzutao apologies, your 4 PRs perhaps passed under the radar. Try pinging @spastorino on all of them

r? @spastorino