-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't use regexes in tidy checks #127428
Don't use regexes in tidy checks #127428
Conversation
These commits modify the If this was unintentional then you should revert the changes before this PR is merged. |
I'm not a fan of adding a dependency, is it possible to use what std provides instead of lazy_static? |
@albertlarsan68 done |
Thanks for the PR! r=me when CI green |
@bors r+ |
7 commits, maybe squash? |
Good point, please squash @donno2048 |
@bors r+ |
☀️ Test successful - checks-actions |
Finished benchmarking commit (98dcbae): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 700.365s -> 699.867s (-0.07%) |
Make tidy problematic const checking fast again fixes pathological tidy performance described in rust-lang#127453 by reverting rust-lang#127428 i think anyone can approve this ASAP, it makes working on this repo significantly worse.
No need for them, and it makes the tests and the checking simpler
r? @albertlarsan68