-
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
unix: remove extra trailing newlines in zsyscall_openbsd_*.go #183
Conversation
These newlines are written by mksyscall.go but should not appear in the final generated files once the output is passed through gofmt. This is done by mkall.sh but I had written a custom script just to generate these openbsd zsyscall files in CL 468095. Running the mksyscall.go output through gofmt fixes this issue. Fixes golang/go#64820
This PR (HEAD: 514272b) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/sys/+/551715. Important tips:
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/551715. |
Message from Josh Rickmar: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/551715. |
Message from Jorropo: Patch Set 2: Commit-Queue+1 Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/551715. |
Message from Jorropo: Patch Set 2: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/551715. |
Message from Go LUCI: Patch Set 2: CV cannot start a Run for Please don’t reply on this GitHub thread. Visit golang.org/cl/551715. |
Message from Gopher Robot: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/551715. |
Message from Go LUCI: Patch Set 2: LUCI-TryBot-Result-1 Please don’t reply on this GitHub thread. Visit golang.org/cl/551715. |
Message from Jorropo: Patch Set 2: Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/551715. |
Message from Jorropo: Patch Set 2: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/551715. |
Message from Go LUCI: Patch Set 2: CV cannot start a Run for Please don’t reply on this GitHub thread. Visit golang.org/cl/551715. |
Message from Jorropo: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/551715. |
Message from Josh Rickmar: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/551715. |
Message from Than McIntosh: Patch Set 2: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/551715. |
Message from Go LUCI: Patch Set 2: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2023-12-20T14:58:57Z","revision":"54ecbc5e886843ce3bf2b5429d0c46705924fe0e"} Please don’t reply on this GitHub thread. Visit golang.org/cl/551715. |
Message from Josh Rickmar: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/551715. |
Message from Gopher Robot: Patch Set 2: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/551715. |
Message from Than McIntosh: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/551715. |
Message from Than McIntosh: Patch Set 2: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/551715. |
Message from Than McIntosh: Patch Set 2: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/551715. |
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/551715. |
Message from Go LUCI: Patch Set 2: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/551715. |
Message from Jorropo: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/551715. |
Message from Tobias Klauser: Patch Set 2: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/551715. |
Message from Carlos Amedee: Patch Set 2: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/551715. |
These newlines are written by mksyscall.go but should not appear in the final generated files once the output is passed through gofmt. This is done by mkall.sh but I had written a custom script just to generate these openbsd zsyscall files in CL 468095. Running the mksyscall.go output through gofmt fixes this issue. Fixes golang/go#64820 Change-Id: I1b1bf55145bd5a5208e091ded24a973f953c479f GitHub-Last-Rev: 514272b GitHub-Pull-Request: #183 Reviewed-on: https://go-review.googlesource.com/c/sys/+/551715 Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com> Reviewed-by: Carlos Amedee <carlos@golang.org> Run-TryBot: Jorropo <jorropo.pgm@gmail.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Than McIntosh <thanm@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This PR is being closed because golang.org/cl/551715 has been merged. |
These newlines are written by mksyscall.go but should not appear in the final
generated files once the output is passed through gofmt. This is done by
mkall.sh but I had written a custom script just to generate these openbsd
zsyscall files in CL 468095.
Running the mksyscall.go output through gofmt fixes this issue.
Fixes golang/go#64820