-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Spelling utils #42458
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
Spelling utils #42458
Conversation
@swift-ci please test |
|
Thanks for this PR! The build failure appears to be related to the |
Right, I should have tagged that here. I think I called it out in the parent PR. It's easy to drop the change, or to pull in the piece that was clipped by the directory split. I won't be able to do either until tonight, but hopefully I'll have direction from a reviewer by then. |
I think the most straightforward thing to do here is drop the |
As for the |
@swift-ci please test |
@swift-ci python lint |
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.
Thanks a lot for this PR. There are way more spelling errors than I expected. Fixing them is great. 🙏
I reviewed the changes in gyb_syntax_support
, incrparse
and parser-lib
and added a few inline comments.
20e8f86
to
7e7e30e
Compare
@swift-ci please test |
@jsoref looks good, just needs a conflict resolution before this can land |
@swift-ci Please smoke test |
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
2b9141a
to
5460443
Compare
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.
Changes in incrparse
look good to me – I didn’t review the other changes.
@swift-ci please smoke test |
This fixes some misspellings in Swift utils, it is split per #42421 (comment)