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

Typos: test/SILGen #75029

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

Sajjon
Copy link
Contributor

@Sajjon Sajjon commented Jul 7, 2024

Fix typos in test/SILGen

This is one batch of many PRs fixing typos, see the tracking issue.

@Sajjon Sajjon requested a review from jckarter as a code owner July 7, 2024 13:21
@Sajjon Sajjon mentioned this pull request Jul 7, 2024
@AnthonyLatsis
Copy link
Collaborator

Conflict creeped in.

@Sajjon
Copy link
Contributor Author

Sajjon commented Aug 8, 2024

@AnthonyLatsis I think this is merge ready? If tests pass :)

@@ -800,7 +800,7 @@ class ThrowDerivedClass : ThrowBaseClass {
// CHECK: try_apply [[UNWRAP_FN]]({{%.*}}) : $@convention(thin) (Int) -> (Int, @error any Error), normal [[NORMAL_BB:bb[0-9]+]], error [[ERROR_BB:bb[0-9]+]]
//
// Now we emit the call to the initializer. Notice how we return self back to
// its memory locatio nbefore any other work is done.
// its memory locations nbefore any other work is done.
Copy link
Contributor

Choose a reason for hiding this comment

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

It really looks like this is meant to be

Suggested change
// its memory locations nbefore any other work is done.
// its memory location before any other work is done.

no?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@adrian-prantl thx, right you are. Fixed!

@Sajjon Sajjon force-pushed the cyon_typo_batch__test__SILGen branch from 4359ad9 to 89db0cd Compare August 9, 2024 05:40
@AnthonyLatsis
Copy link
Collaborator

@swift-ci please smoke test

@AnthonyLatsis AnthonyLatsis self-assigned this Aug 9, 2024
@adrian-prantl adrian-prantl merged commit 9a14142 into swiftlang:main Aug 9, 2024
3 checks passed
@AnthonyLatsis AnthonyLatsis removed their assignment Aug 13, 2024
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.

3 participants