Skip to content

[5.5][CodeCompletion] Suggest typealias on protocols #38228

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

Conversation

ahoppen
Copy link
Member

@ahoppen ahoppen commented Jul 2, 2021

  • Explanation: We were never suggesting typealias declarations when completing on a protocol type. Now we are.
  • Scope: Code completion on protocol types
  • Risk: Low
  • Testing: Added regression test
  • Issue: rdar://78780638
  • Reviewer: @rintaro (Rintaro Ishizaki) on original PR [CodeCompletion] Suggest typealias on protocols #38054

Previously, we were never suggesting typealias declarations when completing on a protocol type.

Fixes rdar://78780638 [SR-14688]
@ahoppen ahoppen added the r5.5 label Jul 2, 2021
@ahoppen ahoppen requested a review from akyrtzi July 2, 2021 13:58
@ahoppen ahoppen requested a review from a team as a code owner July 2, 2021 13:58
@ahoppen
Copy link
Member Author

ahoppen commented Jul 2, 2021

@swift-ci Please test

@akyrtzi akyrtzi merged commit 970f441 into swiftlang:release/5.5 Jul 2, 2021
@ahoppen ahoppen deleted the pr-5.5/suggest-typealias-on-protocols branch July 5, 2021 09:16
@AnthonyLatsis AnthonyLatsis added 🍒 release cherry pick Flag: Release branch cherry picks swift 5.5 labels Jan 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🍒 release cherry pick Flag: Release branch cherry picks swift 5.5
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants