-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
net/netip: add AddrPort.Compare and Prefix.Compare #62387
Conversation
This PR (HEAD: 67972b2) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/524616. Important tips:
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/524616. |
Message from Dave Anderson: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/524616. |
Message from Brad Fitzpatrick: Patch Set 1: Code-Review+2 Run-TryBot+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/524616. |
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/524616. |
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/524616. |
Message from Gopher Robot: Patch Set 1: TryBot-Result-1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/524616. |
67972b2
to
1551dfd
Compare
This PR (HEAD: 1551dfd) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/524616. Important tips:
|
1551dfd
to
949685a
Compare
This PR (HEAD: 949685a) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/524616. Important tips:
|
Message from Dave Anderson: Patch Set 2: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/524616. |
Message from Dave Anderson: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/524616. |
Message from Ian Lance Taylor: Patch Set 3: Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/524616. |
Message from Go LUCI: Patch Set 3: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2023-08-31T22:56:31Z","revision":"a2be07db1447bc6f8666c0df52f4d926550ebf0e"} Please don’t reply on this GitHub thread. Visit golang.org/cl/524616. |
Message from Ian Lance Taylor: Patch Set 3: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/524616. |
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/524616. |
Message from Go LUCI: Patch Set 3: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/524616. |
Message from Joseph Tsai: Patch Set 3: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/524616. |
Message from Matthew Dempsky: Patch Set 3: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/524616. |
Message from Heschi Kreinick: Patch Set 3: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/524616. |
Fixes #61642 Change-Id: I2262855dbe75135f70008e5df4634d2cfff76550 GitHub-Last-Rev: 949685a GitHub-Pull-Request: #62387 Reviewed-on: https://go-review.googlesource.com/c/go/+/524616 Reviewed-by: Joseph Tsai <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Matthew Dempsky <[email protected]> Reviewed-by: Heschi Kreinick <[email protected]>
This PR is being closed because golang.org/cl/524616 has been merged. |
Fixes #61642