-
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
cmd/link: document that -s implies -w #71053
Conversation
The Go 1.22 release notes state that -s implies -w; however, the documentation makes no such reference. This updates the documentation to better match the release notes. The Go 1.22 release notes can be found at https://tip.golang.org/doc/go1.22#linker Fixes golang#71051
This PR (HEAD: a3e462c) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/638976. Important tips:
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/638976. |
Message from Gopher Robot: Patch Set 1: 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/638976. |
Message from Will Boland: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/638976. |
Message from Ian Lance Taylor: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/638976. |
Message from Will Boland: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/638976. |
Message from Will Boland: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/638976. |
Message from Cherry Mui: Patch Set 4: Code-Review+2 Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/638976. |
Message from Go LUCI: Patch Set 4: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-12-29T04:50:11Z","revision":"a777cd212418af2c241601d8c6237e9f7c1abda1"} Please don’t reply on this GitHub thread. Visit golang.org/cl/638976. |
Message from Cherry Mui: Patch Set 4: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/638976. |
Message from Go LUCI: Patch Set 4: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/638976. |
Message from Go LUCI: Patch Set 4: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/638976. |
Message from Dmitri Shuralyov: Patch Set 4: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/638976. |
Existing documentation does not reference implicit behavior. Updates the documentation to reflect that -s implies -w. Fixes #71051 Change-Id: I5c139c37f5f78596365e38479be4c865a4d4dd62 GitHub-Last-Rev: a3e462c GitHub-Pull-Request: #71053 Reviewed-on: https://go-review.googlesource.com/c/go/+/638976 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Reviewed-by: Cherry Mui <[email protected]>
This PR is being closed because golang.org/cl/638976 has been merged. |
Existing documentation does not reference implicit behavior.
Updates the documentation to reflect that -s implies -w.
Fixes #71051