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

[SR-7519] Indicate why type does not conform to protocol #50061

Open
swift-ci opened this issue Apr 24, 2018 · 1 comment
Open

[SR-7519] Indicate why type does not conform to protocol #50061

swift-ci opened this issue Apr 24, 2018 · 1 comment
Labels
compiler The Swift compiler in itself improvement

Comments

@swift-ci
Copy link
Collaborator

Previous ID SR-7519
Radar None
Original Reporter Reitzig (JIRA User)
Type Improvement
Additional Detail from JIRA
Votes 0
Component/s Compiler
Labels Improvement
Assignee None
Priority Medium

md5: 786063cfed8f1508417df638a3926787

Issue Description:

Currently, if a type does not conform to a protocol it's been declared with, the compiler just says "does not conform to protocol ‘WhatsItsName’".

Add notes that indicate which methods, properties or types are missing.

@belkadan
Copy link
Contributor

belkadan commented May 1, 2018

We have those notes. Xcode isn't able to display them well, which is a separate issue, but still. What behavior are you observing?

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler The Swift compiler in itself improvement
Projects
None yet
Development

No branches or pull requests

2 participants