-
Notifications
You must be signed in to change notification settings - Fork 581
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
windows: add functions to get named pipe process IDs #235
windows: add functions to get named pipe process IDs #235
Conversation
This PR (HEAD: eb1737e) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/sys/+/626215. Important tips:
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/626215. |
Message from MOHAN KUMAR: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/626215. |
Message from Quim Muntal: Patch Set 1: Code-Review+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/626215. |
This PR (HEAD: b4025f3) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/sys/+/626215. Important tips:
|
Message from MOHAN KUMAR: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/626215. |
Message from Gopher Robot: Patch Set 2: 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 During May-July and Nov-Jan the Go project is in a code freeze, during which Please don’t reply on this GitHub thread. Visit golang.org/cl/626215. |
Message from Quim Muntal: Patch Set 2: Code-Review+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/626215. |
This PR (HEAD: 5b0f842) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/sys/+/626215. Important tips:
|
Message from MOHAN KUMAR: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/626215. |
Message from Quim Muntal: Patch Set 3: Code-Review+2 Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/626215. |
Message from Go LUCI: Patch Set 3: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-11-07T11:36:56Z","revision":"0b5618e7bd3ccbcb335d3038bffe10dfaf74c611"} Please don’t reply on this GitHub thread. Visit golang.org/cl/626215. |
Message from Quim Muntal: Patch Set 3: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/626215. |
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/626215. |
Message from Go LUCI: Patch Set 3: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/626215. |
Message from David Chase: Patch Set 3: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/626215. |
Message from Carlos Amedee: Patch Set 3: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/626215. |
Message from Ian Lance Taylor: Patch Set 3: (4 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/626215. |
Message from MOHAN KUMAR: Patch Set 3: (4 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/626215. |
Message from Ian Lance Taylor: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/626215. |
Message from MOHAN KUMAR: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/626215. |
Message from Ian Lance Taylor: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/626215. |
This PR (HEAD: 498fe73) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/sys/+/626215. Important tips:
|
Message from MOHAN KUMAR: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/626215. |
Message from Ian Lance Taylor: Patch Set 5: Auto-Submit+1 Code-Review+1 Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/626215. |
Fixes golang/go#70086 Change-Id: I0cd188f075490b1ea630b26b74aa201796d60d3a GitHub-Last-Rev: 498fe73 GitHub-Pull-Request: #235 Reviewed-on: https://go-review.googlesource.com/c/sys/+/626215 Reviewed-by: David Chase <drchase@google.com> Reviewed-by: Carlos Amedee <carlos@golang.org> Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Quim Muntal <quimmuntal@gmail.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Ian Lance Taylor <iant@google.com>
Message from Go LUCI: Patch Set 5: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-11-13T05:01:02Z","revision":"cd97269de33746e5224e3e9bc2268ff4959cabdb"} Please don’t reply on this GitHub thread. Visit golang.org/cl/626215. |
This PR is being closed because golang.org/cl/626215 has been merged. |
Fixes golang/go#70086