-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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/analysis/passes/unusedresult: add test for typeparams #345
Conversation
This PR (HEAD: ed4c84e) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/tools/+/357411 to see it. Tip: You can toggle comments from me using the |
Message from Go Bot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be Please don’t reply on this GitHub thread. Visit golang.org/cl/357411. |
This PR (HEAD: d60ca4a) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/tools/+/357411 to see it. Tip: You can toggle comments from me using the |
Message from Tim King: Patch Set 2: Run-TryBot+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/357411. |
Message from Go Bot: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/357411. |
Message from kokoro: Patch Set 2: Kokoro presubmit build starting for golang/tools/gopls-legacy/presubmit Please don’t reply on this GitHub thread. Visit golang.org/cl/357411. |
Message from kokoro: Patch Set 2: gopls-CI+1 Kokoro presubmit build finished with status: SUCCESS Please don’t reply on this GitHub thread. Visit golang.org/cl/357411. |
Message from Go Bot: Patch Set 2: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/357411. |
Message from Robert Findley: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/357411. |
Message from Tim King: Patch Set 2: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/357411. |
This PR (HEAD: 0a69700) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/tools/+/357411 to see it. Tip: You can toggle comments from me using the |
Message from Jack You: Patch Set 2: (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/357411. |
Message from Tim King: Patch Set 3: (11 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/357411. |
This PR (HEAD: b7b4d46) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/tools/+/357411 to see it. Tip: You can toggle comments from me using the |
This PR (HEAD: b32146a) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/tools/+/357411 to see it. Tip: You can toggle comments from me using the |
Message from Tim King: Patch Set 5: Run-TryBot+1 (11 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/357411. |
Message from Go Bot: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/357411. |
Message from kokoro: Patch Set 5: Kokoro presubmit build starting for golang/tools/gopls-legacy/presubmit Please don’t reply on this GitHub thread. Visit golang.org/cl/357411. |
Message from Go Bot: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/357411. |
Message from kokoro: Patch Set 5: gopls-CI+1 Kokoro presubmit build finished with status: SUCCESS Please don’t reply on this GitHub thread. Visit golang.org/cl/357411. |
Message from Go Bot: Patch Set 5: TryBot-Result-1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/357411. |
Message from Jack You: Patch Set 5: (9 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/357411. |
This PR (HEAD: 1379ff8) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/tools/+/357411 to see it. Tip: You can toggle comments from me using the |
Message from Jack You: Patch Set 6: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/357411. |
Message from Tim King: Patch Set 6: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/357411. |
Message from Go Bot: Patch Set 6: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/357411. |
Message from kokoro: Patch Set 6: Kokoro presubmit build starting for golang/tools/gopls-legacy/presubmit Please don’t reply on this GitHub thread. Visit golang.org/cl/357411. |
Message from kokoro: Patch Set 6: gopls-CI+1 Kokoro presubmit build finished with status: SUCCESS Please don’t reply on this GitHub thread. Visit golang.org/cl/357411. |
Message from Go Bot: Patch Set 6: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/357411. |
Message from Tim King: Patch Set 6: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/357411. |
Message from Robert Findley: Patch Set 6: Code-Review+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/357411. |
This CL implements support for setting unused generic funcs via flags. A test for unused results with generics is added. Updates golang/go#48704
Message from Robert Findley: Patch Set 6: Trust+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/357411. |
Message from Robert Findley: Patch Set 6: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/357411. |
Message from Tim King: Patch Set 6: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/357411. |
Message from Tim King: Patch Set 6: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/357411. |
Message from Jack You: Patch Set 6: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/357411. |
This PR (HEAD: 1c6db19) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/tools/+/357411 to see it. Tip: You can toggle comments from me using the |
Message from Tim King: Patch Set 7: Run-TryBot+1 Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/357411. |
Message from Go Bot: Patch Set 7: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/357411. |
Message from kokoro: Patch Set 7: Kokoro presubmit build starting for golang/tools/gopls-legacy/presubmit Please don’t reply on this GitHub thread. Visit golang.org/cl/357411. |
This CL adds a test for unused results inside a function using generics. Update golang/go#48704 Change-Id: I3703cd6bbc40142b4a667d3cd069ea0721a045ec GitHub-Last-Rev: 1c6db19 GitHub-Pull-Request: #345 Reviewed-on: https://go-review.googlesource.com/c/tools/+/357411 Reviewed-by: Tim King <taking@google.com> Run-TryBot: Tim King <taking@google.com> gopls-CI: kokoro <noreply+kokoro@google.com> TryBot-Result: Go Bot <gobot@golang.org> Trust: Robert Findley <rfindley@google.com>
This PR is being closed because golang.org/cl/357411 has been merged. |
This CL adds a test for unused results inside a function using generics.
Update golang/go#48704