Skip to content

Address review comments from merged PRs #1004

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
merged 5 commits into from
Oct 22, 2022

Conversation

ahoppen
Copy link
Member

@ahoppen ahoppen commented Oct 21, 2022

No description provided.

@ahoppen ahoppen requested a review from bnbarham October 21, 2022 16:57
@ahoppen ahoppen force-pushed the ahoppen/review-comments branch from a25ef6d to 405b473 Compare October 21, 2022 16:58
@ahoppen
Copy link
Member Author

ahoppen commented Oct 21, 2022

@swift-ci Please test

@@ -154,7 +156,7 @@ final class InitDeinitTests: XCTestCase {
DiagnosticSpec(message: "deinitializers cannot have parameters", fixIts: ["remove function signature"]),
], fixedSource: """
class FooClassDeinitializerA {
deinit{}
deinit {}
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice :)

@@ -24,7 +24,7 @@ final class GuardTests: XCTestCase {
}
""",
diagnostics: [
DiagnosticSpec(message: "expected conditions in 'guard' statement"),
DiagnosticSpec(message: "expected condition in 'guard' statement"),
Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks!

@ahoppen ahoppen force-pushed the ahoppen/review-comments branch from 405b473 to f558569 Compare October 22, 2022 09:43
@ahoppen
Copy link
Member Author

ahoppen commented Oct 22, 2022

@swift-ci Please test

@ahoppen ahoppen merged commit 43e728a into swiftlang:main Oct 22, 2022
@ahoppen ahoppen deleted the ahoppen/review-comments branch October 22, 2022 12:18
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