-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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/ast: update (*File).Imports field in SortImports #69695
go/ast: update (*File).Imports field in SortImports #69695
Conversation
Change-Id: Ie839d73ededba2f391c668ff29f4429ad9e1018f
This PR (HEAD: c52a792) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/616340. Important tips:
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/616340. |
Message from Mateusz Poliwczak: Patch Set 1: Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/616340. |
Message from Go LUCI: Patch Set 1: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-09-28T13:36:00Z","revision":"8ce16e5148468f6cfc317e9f11a7d8ff6d053ee9"} Please don’t reply on this GitHub thread. Visit golang.org/cl/616340. |
Message from Mateusz Poliwczak: Patch Set 1: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/616340. |
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/616340. |
Message from Go LUCI: Patch Set 1: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/616340. |
Message from Alan Donovan: Patch Set 1: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/616340. |
This PR (HEAD: b2b458c) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/616340. Important tips:
|
Message from Mateusz Poliwczak: Patch Set 2: Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/616340. |
Message from Go LUCI: Patch Set 2: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-09-30T15:36:41Z","revision":"9a8d0e5e8e49302ae3ac74e024a796927c159592"} Please don’t reply on this GitHub thread. Visit golang.org/cl/616340. |
Message from Mateusz Poliwczak: Patch Set 2: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/616340. |
Message from Go LUCI: Patch Set 2: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/616340. |
Message from Go LUCI: Patch Set 2: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/616340. |
Message from Alan Donovan: Patch Set 2: (6 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/616340. |
This PR (HEAD: ecd6efa) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/616340. Important tips:
|
Message from Mateusz Poliwczak: Patch Set 3: Commit-Queue+1 (5 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/616340. |
Message from Go LUCI: Patch Set 3: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-09-30T16:30:04Z","revision":"a9ecf87606933c75cf1d19a43552d77a5e493749"} Please don’t reply on this GitHub thread. Visit golang.org/cl/616340. |
Message from Alan Donovan: Patch Set 3: Auto-Submit+1 Code-Review+2 Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/616340. |
Message from Alan Donovan: Patch Set 3: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/616340. |
Message from Mateusz Poliwczak: Patch Set 3: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/616340. |
Message from Go LUCI: Patch Set 3: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/616340. |
Message from Go LUCI: Patch Set 3: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/616340. |
Fixes #69694 Change-Id: I7884d42482f4f9d17e7d050d7c7730f20948169d GitHub-Last-Rev: ecd6efa GitHub-Pull-Request: #69695 Reviewed-on: https://go-review.googlesource.com/c/go/+/616340 Reviewed-by: Michael Knyszek <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Alan Donovan <[email protected]> Reviewed-by: Alan Donovan <[email protected]>
Message from Michael Knyszek: Patch Set 3: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/616340. |
This PR is being closed because golang.org/cl/616340 has been merged. |
Fixes #69694