Skip to content
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

Remove trailing semicolons from files in stdlib #164

Merged

Conversation

jawwad
Copy link
Contributor

@jawwad jawwad commented Dec 4, 2015

This commit removes trailing semicolons from files in stdlib

for var scalar = inputDecoder.decode(&input);
!scalar.isEmptyInput();
for var scalar = inputDecoder.decode(&input)
!scalar.isEmptyInput()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you compile and run the tests? I don't think this would compile.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. Updated and running tests now. Will push up squashed commit once the tests pass.

@gribozavr
Copy link
Contributor

Please test your pull request with utils/build-script -RT.

@jawwad jawwad force-pushed the remove-trailing-semicolons-from-stdlib branch from 1a8c380 to 8f6f5ab Compare December 4, 2015 12:50
gribozavr added a commit that referenced this pull request Dec 5, 2015
…tdlib

Remove trailing semicolons from files in stdlib
@gribozavr gribozavr merged commit f47f206 into swiftlang:master Dec 5, 2015
@jawwad jawwad deleted the remove-trailing-semicolons-from-stdlib branch December 5, 2015 15:37
maldahleh pushed a commit to maldahleh/swift that referenced this pull request Oct 26, 2020
Make Syntax nodes conform to Identifiable
freak4pc pushed a commit to freak4pc/swift that referenced this pull request Sep 28, 2022
Add the Cub programming language
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants