-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
go/types, types2: review error messages #50954
Comments
Change https://golang.org/cl/381968 mentions this issue: |
For #47694. For #50954. Change-Id: I3789e145d64025fe2bf787fa5d01a21832903586 Reviewed-on: https://go-review.googlesource.com/c/go/+/381968 Trust: Robert Griesemer <gri@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
@griesemer I'd like to work on this issue. Kindly assign it to me and share more resources (if any) to get me started. |
Thanks, @OladapoAjala for your interest here. This is an area which we (the Go team) should address and own because it requires potential changes in the compiler's existing tests, If you want to contribute elsewhere, please look for issues labeled with "help wanted". Generally, due to ongoing development in the type checkers, those are not good areas for larger changes at the moment (smaller bug fixes are always welcome, though). Thanks. |
@griesemer thank you for the detailed response. I'd look around for issues I can contribute to, regards. |
In the meantime, the differences between compiler and type checker error messages have been removed. |
Reminder issue.
go/types
,types2
. Fix those cases.:
vs()
) and normalize it.cc: @findleyr
The text was updated successfully, but these errors were encountered: