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

cmd/compile: report all missing methods on failed interface satisfaction #8095

Open
btracey opened this issue May 25, 2014 · 2 comments
Open
Milestone

Comments

@btracey
Copy link
Contributor

btracey commented May 25, 2014

If a type does not implement an interface, the compiler currently only reports one
error. It would be nice if it reported more errors.

http://play.golang.org/p/ayvTDLAJiZ
@ianlancetaylor
Copy link
Contributor

Comment 1:

Labels changed: added repo-main, release-none.

@bradfitz bradfitz removed the new label Dec 18, 2014
@rsc rsc added this to the Unplanned milestone Apr 10, 2015
@rsc rsc changed the title cmd/gc: Report more errors on failed interface satisfaction cmd/compile: Report more errors on failed interface satisfaction Jun 8, 2015
@odeke-em odeke-em changed the title cmd/compile: Report more errors on failed interface satisfaction cmd/compile: report all missing methods on failed interface satisfaction Oct 3, 2016
@zwass
Copy link

zwass commented Oct 3, 2016

Note that this is especially well explained in #13551, but I also opened #17282 as I found the behavior confusing.

@odeke-em odeke-em self-assigned this Jun 7, 2020
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

No branches or pull requests

6 participants