-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
fix some typos #94603
fix some typos #94603
Conversation
Some changes occured to the CTFE / Miri engine cc @rust-lang/miri Some changes occurred in src/tools/clippy. cc @rust-lang/clippy |
r? @estebank (rust-highfive has picked a reviewer for you, use r? to override) |
Please rebase so there are no merge commits. Are you finding these with a tool that we could regularly run? Or are there lots of false alarms? |
I think your rebase went wrong. Try rebasing over the master branch of this repo, that should clean it up |
☔ The latest upstream changes (presumably #94579) made this pull request unmergeable. Please resolve the merge conflicts. |
Done. |
There are still merge commits left, you need to rebase and squash them all, yes. Repeating this this question in case it got lost:
|
It's not always needed (when the work of each commit is self contained and the chain of commits has a narrative), but I also find that rebasing on top of master in complex PRs becomes much easier with squashed commits. Then you only have to deal with a single round of merge conflict resolution. I would also like to highlight oli's question around how you found these. It'd be great if we could somehow mechanize part of that work so it doesn't have to be done manually (if the false positive rate can be kept at 0). |
44fdef7
to
da4c8f8
Compare
The rebase still doesn't seem to be working. Can you try following the instructions here? |
☔ The latest upstream changes (presumably #94824) made this pull request unmergeable. Please resolve the merge conflicts. |
Sorry, there have been a lot of things these days, and some work has been delayed |
Yes, I previously maintained a map of fallible words for document correction. I guess there are similar tools on github and it is recommended to integrate it into CI |
fix typos Rework of rust-lang#94603 which got closed as I was trying to unmerge and repush. This is a subset of changes from the original pr as I sed'd whatever typos I remembered from the original PR thanks to `@cuishuang` for the original PR
No description provided.