unix: remove extra trailing newlines in zsyscall_openbsd_*.go#183
unix: remove extra trailing newlines in zsyscall_openbsd_*.go#183jrick wants to merge 1 commit intogolang:masterfrom
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 <[email protected]> Reviewed-by: Carlos Amedee <[email protected]> Run-TryBot: Jorropo <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Than McIntosh <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
|
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