-
Notifications
You must be signed in to change notification settings - Fork 382
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: delete obsolete porting scripts #14346
Conversation
PR summary b77b26f730Import changesNo significant changes to the import graph Declarations diff
You can run this locally as follows## summary with just the declaration names:
./scripts/no_lost_declarations.sh short <optional_commit>
## more verbose report:
./scripts/no_lost_declarations.sh <optional_commit> |
See @grunweg's analysis at #14314 (review) confirming these scripts are all only useful during the port. He didn't include |
Thanks for elaborating on benchmarks.sh, that context is definitely useful to have :-) |
🚀 Pull request has been placed on the maintainer queue by grunweg. |
Thanks 🎉 bors merge |
This is a more conservative version of #14314, deleting just the scripts that we should have deleted a year ago when the port finished.
Pull request successfully merged into master. Build succeeded: |
This is a more conservative version of #14314, deleting just the scripts that we should have deleted a year ago when the port finished.