-
Notifications
You must be signed in to change notification settings - Fork 588
x/sys/unix: update darwin syscalls with mkall.sh #248
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
base: master
Are you sure you want to change the base?
Conversation
8b7b9a9
to
d1d0b33
Compare
This PR (HEAD: d1d0b33) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/sys/+/667795. Important tips:
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/667795. |
Message from Mauri de Souza Meneguzzo: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/667795. |
This PR (HEAD: 80e0f00) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/sys/+/667795. Important tips:
|
Message from Mauri de Souza Meneguzzo: Patch Set 1: (4 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/667795. |
Message from Mauri de Souza Meneguzzo: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/667795. |
Message from Mauri de Souza Meneguzzo: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/667795. |
This PR (HEAD: 850964a) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/sys/+/667795. Important tips:
|
Message from Mauri de Souza Meneguzzo: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/667795. |
This PR (HEAD: ad97542) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/sys/+/667795. Important tips:
|
Message from Mauri de Souza Meneguzzo: Patch Set 5: Commit-Queue+1 (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/667795. |
Message from Mauri de Souza Meneguzzo: Patch Set 6: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/667795. |
Message from Go LUCI: Patch Set 6: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-04-25T22:30:02Z","revision":"95a1304a56a1994496dbe686eb7fd51813f02856"} Please don’t reply on this GitHub thread. Visit golang.org/cl/667795. |
Message from Mauri de Souza Meneguzzo: Patch Set 6: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/667795. |
Message from Go LUCI: Patch Set 6: This CL has failed the run. Reason: Tryjob golang/try/x_sys-go1.23-darwin-amd64_14 has failed with summary (view all results):
To reproduce, try Additional links for debugging: Please don’t reply on this GitHub thread. Visit golang.org/cl/667795. |
Message from Go LUCI: Patch Set 6: LUCI-TryBot-Result-1 Please don’t reply on this GitHub thread. Visit golang.org/cl/667795. |
This PR (HEAD: 2725ce5) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/sys/+/667795. Important tips:
|
Message from Mauri de Souza Meneguzzo: Patch Set 7: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/667795. |
Message from Go LUCI: Patch Set 7: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-04-26T00:59:20Z","revision":"b93f40f6a4df2c26b22c1a6026179562b6cebfd6"} Please don’t reply on this GitHub thread. Visit golang.org/cl/667795. |
Message from Mauri de Souza Meneguzzo: Patch Set 7: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/667795. |
Message from Go LUCI: Patch Set 7: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/667795. |
Message from Go LUCI: Patch Set 7: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/667795. |
This CL fixes the code generation for connectx, add missing pwritev test case and updates the constants for latest darwin.
Fixes golang/go#73351