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

compiler needs short output format #2361

Closed
rsc opened this issue Oct 12, 2011 · 1 comment
Closed

compiler needs short output format #2361

rsc opened this issue Oct 12, 2011 · 1 comment

Comments

@rsc
Copy link
Contributor

rsc commented Oct 12, 2011

error from compiler:
send.go:86: typechecking loop involving { var i <T>; for i = range *a { if
a[i].Email != "" && !strings.Contains(a[i].Email, "@") {
a[i].Email += dom}}}


should say

send.go:86: typechecking loop involving for loop

presumably just a %hN issue.
@lvdlvd
Copy link

lvdlvd commented Oct 31, 2011

Comment 1:

This issue was closed by revision 50110c9.

Status changed to Fixed.

@rsc rsc added fixed labels Oct 31, 2011
@golang golang locked and limited conversation to collaborators Jun 24, 2016
gopherbot pushed a commit to golang/tools that referenced this issue Jul 26, 2022
Suppress the parameter hint when it would present redundant
information.

Fixes golang/go#2361

Change-Id: I4340a903046f212f8a035eab847da665e2692f1a
Reviewed-on: https://go-review.googlesource.com/c/tools/+/419497
gopls-CI: kokoro <noreply+kokoro@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Suzy Mueller <suzmue@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants