-
Notifications
You must be signed in to change notification settings - Fork 2.3k
gopls/internal/semtok: change types.Named to types.Basic for iota, true, and false #541
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
Conversation
This PR (HEAD: 1b861fc) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/tools/+/625895. Important tips:
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/625895. |
Message from xxx Lulu: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/625895. |
Message from Alan Donovan: Patch Set 1: Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/625895. |
Message from Go LUCI: Patch Set 1: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-11-06T15:48:20Z","revision":"0043b448a784605718c31a08e431d121405da30c"} Please don’t reply on this GitHub thread. Visit golang.org/cl/625895. |
This PR (HEAD: 88ecf46) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/tools/+/625895. Important tips:
|
Message from Alan Donovan: Patch Set 1: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/625895. |
Message from Go LUCI: Patch Set 1: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/625895. |
Message from Go LUCI: Patch Set 1: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/625895. |
Message from xxx Lulu: Patch Set 2: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/625895. |
Message from Alan Donovan: Patch Set 2: Auto-Submit+1 Code-Review+2 Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/625895. |
Message from Go LUCI: Patch Set 2: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-11-06T17:22:48Z","revision":"b177dc273457b23c9206bffd9970525394c549cb"} Please don’t reply on this GitHub thread. Visit golang.org/cl/625895. |
Message from Alan Donovan: Patch Set 2: -Auto-Submit -Code-Review -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/625895. |
Message from Go LUCI: Patch Set 2: LUCI-TryBot-Result-1 Please don’t reply on this GitHub thread. Visit golang.org/cl/625895. |
Message from Robert Findley: Patch Set 2: Auto-Submit+1 Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/625895. |
Message from xxx Lulu: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/625895. |
Message from Robert Findley: Patch Set 2: Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/625895. |
Message from Go LUCI: Patch Set 2: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-11-06T17:54:57Z","revision":"b177dc273457b23c9206bffd9970525394c549cb"} Please don’t reply on this GitHub thread. Visit golang.org/cl/625895. |
Message from Robert Findley: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/625895. |
…ue, and false Fixes golang/go#70219 Change-Id: I4aacfc8f55c2b9bae17b5012cc8967329849cc6c GitHub-Last-Rev: 88ecf46 GitHub-Pull-Request: #541 Reviewed-on: https://go-review.googlesource.com/c/tools/+/625895 Reviewed-by: Robert Findley <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Alan Donovan <[email protected]> Auto-Submit: Robert Findley <[email protected]>
This PR is being closed because golang.org/cl/625895 has been merged. |
…ue, and false Fixes golang/go#70219 Change-Id: I4aacfc8f55c2b9bae17b5012cc8967329849cc6c GitHub-Last-Rev: 88ecf46 GitHub-Pull-Request: golang#541 Reviewed-on: https://go-review.googlesource.com/c/tools/+/625895 Reviewed-by: Robert Findley <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Alan Donovan <[email protected]> Auto-Submit: Robert Findley <[email protected]>
Fixes golang/go#70219