-
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/sortslice: add missing functions using empty interface #318
Conversation
This PR (HEAD: 77b3c3e) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/tools/+/319689 to see it. Tip: You can toggle comments from me using the |
Message from Tim King: Patch Set 1: Run-TryBot+1 Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/319689. |
Message from Go Bot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/319689. |
Message from kokoro: Patch Set 1: Kokoro presubmit build starting for golang/tools/gopls-legacy/presubmit Please don’t reply on this GitHub thread. Visit golang.org/cl/319689. |
Message from kokoro: Patch Set 1: gopls-CI+1 Kokoro presubmit build finished with status: SUCCESS Please don’t reply on this GitHub thread. Visit golang.org/cl/319689. |
Message from Go Bot: Patch Set 1: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/319689. |
Message from Geon Kim: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/319689. |
Message from Tim King: Patch Set 1: Code-Review+2 Trust+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/319689. |
Message from Than McIntosh: Patch Set 1: Trust+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/319689. |
Message from Tim King: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/319689. |
Message from Geon Kim: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/319689. |
Message from Tim King: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/319689. |
77b3c3e
to
0b54094
Compare
This PR (HEAD: 0b54094) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/tools/+/319689 to see it. Tip: You can toggle comments from me using the |
Message from Geon Kim: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/319689. |
Message from Tim King: Patch Set 2: Run-TryBot+1 Code-Review+2 Trust+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/319689. |
Message from Go Bot: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/319689. |
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/319689. |
Message from Go Bot: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/319689. |
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/319689. |
Message from Go Bot: Patch Set 2: TryBot-Result-1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/319689. |
Message from Tim King: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/319689. |
0b54094
to
1cfb914
Compare
This PR (HEAD: 1cfb914) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/tools/+/319689 to see it. Tip: You can toggle comments from me using the |
Message from Geon Kim: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/319689. |
Message from Tim King: Patch Set 3: Run-TryBot+1 Code-Review+2 Trust+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/319689. |
Message from Go Bot: Patch Set 3: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/319689. |
Message from kokoro: Patch Set 3: Kokoro presubmit build starting for golang/tools/gopls-legacy/presubmit Please don’t reply on this GitHub thread. Visit golang.org/cl/319689. |
Message from kokoro: Patch Set 3: gopls-CI+1 Kokoro presubmit build finished with status: SUCCESS Please don’t reply on this GitHub thread. Visit golang.org/cl/319689. |
Message from Go Bot: Patch Set 3: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/319689. |
…face Add missing functions using empty interface in `sort` package. Change-Id: Ic39bc55897705b08d3739a993b30d4b4e9a77baf GitHub-Last-Rev: 1cfb914 GitHub-Pull-Request: #318 Reviewed-on: https://go-review.googlesource.com/c/tools/+/319689 Reviewed-by: Tim King <taking@google.com> Trust: Tim King <taking@google.com> Trust: Than McIntosh <thanm@google.com> Run-TryBot: Tim King <taking@google.com> gopls-CI: kokoro <noreply+kokoro@google.com> TryBot-Result: Go Bot <gobot@golang.org>
This PR is being closed because golang.org/cl/319689 has been merged. |
Add missing functions using empty interface in
sort
package.