-
Notifications
You must be signed in to change notification settings - Fork 373
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
[Merged by Bors] - chore: remove unused simps #6632
Conversation
eric-wieser
commented
Aug 17, 2023
f678da9
to
368c049
Compare
lgtm. Now it seems that there are really only trivial changes left, all of which remove unused (plus one heartbeat raise which isn't really concerning given that there is already a synth-heartbeat raise on the same statement) |
bors d+ |
✌️ eric-wieser can now approve this pull request. To approve and merge a pull request, simply reply with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors merge
Co-authored-by: Eric Wieser <[email protected]>
Build failed: |
bors merge p=10 |
Co-authored-by: Eric Wieser <[email protected]>
Pull request successfully merged into master. Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
The major change here is adapting to `simp` failing if it makes no progress. The vast majority of the redundant `simp`s found due to this change were extracted to #6632. Co-authored-by: Scott Morrison <[email protected]> Co-authored-by: Eric Wieser <[email protected]>