-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
doc: write Go 1.19 release notes #51400
Comments
Change https://go.dev/cl/388515 mentions this issue: |
This template is based on CL 342070 and previous ones like it. Continue to eagerly include often-used sections, and clarify that the TODO is about completing the section, or removing if it turns out not to be needed. Move the Go 1.18 release notes to x/website, since that's the new home for past Go release notes as of CL 291711. They're added to x/website in CL 388556. For #51400 Updates #47694 Change-Id: I7b5213e039ad6e14a7ff7ad486311efcecc06824 Reviewed-on: https://go-review.googlesource.com/c/go/+/388515 Trust: Carlos Amedee <[email protected]> Run-TryBot: Carlos Amedee <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Alex Rakoczy <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
Change https://go.dev/cl/408217 mentions this issue: |
This updates the release notes with TODOs using relnote. It also changes all refrences of golang.org to go.dev. For #51400. Change-Id: I8a210140483aed7c41fe47242041e4b363e2eb10 Reviewed-on: https://go-review.googlesource.com/c/go/+/408217 Reviewed-by: Carlos Amedee <[email protected]> Auto-Submit: Carlos Amedee <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Carlos Amedee <[email protected]> Reviewed-by: Heschi Kreinick <[email protected]>
Change https://go.dev/cl/408495 mentions this issue: |
Change https://go.dev/cl/408877 mentions this issue: |
For #51400. Change-Id: I122b3a58e5fbaaa8ceb5b013e8e392f4bcbbd2e5 Reviewed-on: https://go-review.googlesource.com/c/go/+/408495 Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
There are 29 unresolved TODO items in the release notes. |
Change https://go.dev/cl/410118 mentions this issue: |
Change https://go.dev/cl/410116 mentions this issue: |
Change https://go.dev/cl/410117 mentions this issue: |
Change https://go.dev/cl/410115 mentions this issue: |
Change https://go.dev/cl/410295 mentions this issue: |
For #51400 Change-Id: I32a3aedf1e8a52148a9d78c4f7dae1ea59c810b4 Reviewed-on: https://go-review.googlesource.com/c/go/+/410115 Run-TryBot: Michael Pratt <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Michael Knyszek <[email protected]>
For #51400 Change-Id: If5fc131df254d47a989ff61c8e584cb8149cbd09 Reviewed-on: https://go-review.googlesource.com/c/go/+/410116 Reviewed-by: Michael Knyszek <[email protected]> Run-TryBot: Michael Pratt <[email protected]>
This documents most of the changes in runtime packages, which the major exception of GC changes, which will be documented in a future CL. For #51400 Change-Id: Ibcf501e1b4f7caa3397db6b9136daec07aac5a65 Reviewed-on: https://go-review.googlesource.com/c/go/+/410117 Run-TryBot: Michael Pratt <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Michael Knyszek <[email protected]>
As of this CL, release notes for all packages owned by @golang/runtime on https://dev.golang.org/owners are either complete or have explicit TODOs. For #51400 Change-Id: I5b6affd43883991a3b8a065b4aa211efce7427f0 Reviewed-on: https://go-review.googlesource.com/c/go/+/410118 TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Michael Knyszek <[email protected]> Run-TryBot: Michael Pratt <[email protected]>
Change https://go.dev/cl/410375 mentions this issue: |
Change https://go.dev/cl/410361 mentions this issue: |
Change https://go.dev/cl/410244 mentions this issue: |
Change https://go.dev/cl/410614 mentions this issue: |
Just needs to be marked as not a draft anymore. |
Change https://go.dev/cl/417715 mentions this issue: |
Link to the LoongArch documentations site, mention the ABI variant supported, and add a note about the unfortunate old-world/new-world split situation that users must be aware of. Updates #46229 For #51400 Change-Id: I6789f509263a0dbf113481148665e7951aa6a989 Reviewed-on: https://go-review.googlesource.com/c/go/+/417715 TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Run-TryBot: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Cherry Mui <[email protected]> Reviewed-by: abner chenc <[email protected]>
Change https://go.dev/cl/420417 mentions this issue: |
Change https://go.dev/cl/420418 mentions this issue: |
Copied from the main Go repo at CL 417534. Deleted there in CL 420418. For golang/go#51400. Change-Id: I32b1464638f3aa8fee6dad65aa8331da0c33c50c Reviewed-on: https://go-review.googlesource.com/c/website/+/420417 Run-TryBot: Dmitri Shuralyov <[email protected]> Reviewed-by: Cherry Mui <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]>
The release notes have been moved to x/website. |
Now that the development of the Go 1.19 release is almost done, its release notes are moved to their eventual long-term home in x/website in CL 420417. Delete the initial development copy here. For #51400. Change-Id: I741285555af28ce9a64e7f8d2b9fe2a0f3e13c26 Reviewed-on: https://go-review.googlesource.com/c/go/+/420418 Reviewed-by: Dmitri Shuralyov <[email protected]> Run-TryBot: Dmitri Shuralyov <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Cherry Mui <[email protected]>
Change https://go.dev/cl/420815 mentions this issue: |
For golang#51400 Fixes golang#53453 Change-Id: Ie11182a16299cf26d03970d6aa9bfe03caa56ea4 Reviewed-on: https://go-review.googlesource.com/c/go/+/413235 TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]>
Link to the LoongArch documentations site, mention the ABI variant supported, and add a note about the unfortunate old-world/new-world split situation that users must be aware of. Updates golang#46229 For golang#51400 Change-Id: I6789f509263a0dbf113481148665e7951aa6a989 Reviewed-on: https://go-review.googlesource.com/c/go/+/417715 TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Run-TryBot: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Cherry Mui <[email protected]> Reviewed-by: abner chenc <[email protected]>
Now that the development of the Go 1.19 release is almost done, its release notes are moved to their eventual long-term home in x/website in CL 420417. Delete the initial development copy here. For golang#51400. Change-Id: I741285555af28ce9a64e7f8d2b9fe2a0f3e13c26 Reviewed-on: https://go-review.googlesource.com/c/go/+/420418 Reviewed-by: Dmitri Shuralyov <[email protected]> Run-TryBot: Dmitri Shuralyov <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Cherry Mui <[email protected]>
Tracking bug for writing the Go 1.19 Release Notes.
The latest state on tip can be viewed at https://tip.golang.org/doc/go1.19.
When the Go 1.19 Release Notes are complete, this should be closed, and a similar issue should be made for the next release. Previous issues are #47694, #44513, #40700, #37419, #36878, #17929, #15810, #5929, etc.
The text was updated successfully, but these errors were encountered: