From 03242506def60494d1b7231e2be57ea2f07f27a8 Mon Sep 17 00:00:00 2001 From: Than McIntosh Date: Tue, 19 Dec 2023 10:32:52 -0500 Subject: [PATCH] doc: comment out remaining TODOs in Go 1.22 relnotes (for now) This patch comments out the remaining "TODO" items in the Go 1.22 release notes temporarily, so as to have RC1 go out with the notes in a clean (TODO-less) state. Change-Id: I88f5fef75860fc78b8077dce704ae71c6194a6a9 Reviewed-on: https://go-review.googlesource.com/c/go/+/551257 Reviewed-by: Carlos Amedee LUCI-TryBot-Result: Go LUCI Auto-Submit: Than McIntosh --- doc/go1.22.html | 76 ++++++++++++++++++++++++------------------------- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/doc/go1.22.html b/doc/go1.22.html index 3bc0c092ed..d265541a59 100644 --- a/doc/go1.22.html +++ b/doc/go1.22.html @@ -136,9 +136,9 @@ packages that do not have their own test files. Prior to Go 1.22 a

Vet

-

- TODO: https://go.dev/cl/539016: go/analysis/passes/loopclosure: disable checker after go1.22.; loopclosure was modified to only not report in files with GoVersion after 1.22. -

+ + +

New warnings for missing values after append

@@ -408,9 +408,9 @@ We plan to include an API migration tool in a future release, likely Go 1.23. There are also various performance improvements, not enumerated here.

-

- TODO: complete this section -

+ + +
archive/tar
@@ -650,17 +650,17 @@ We plan to include an API migration tool in a future release, likely Go 1.23.
-
html/template
-
-

- TODO: https://go.dev/issue/61619: allow actions in JS template literals -

+ + + + + -

- TODO: https://go.dev/cl/507995: html/template: support parsing complex JS template literals; modified api/next/61619.txt -

-
-
+ + + + +
io
@@ -728,31 +728,31 @@ We plan to include an API migration tool in a future release, likely Go 1.23. GODEBUG field httplaxcontentlength=1.

-

- TODO: https://go.dev/cl/528355: net/http: implement path value methods on Request; modified api/next/61410.txt -

+ + +
-
net/http/cgi
-
-

- TODO: https://go.dev/cl/539615: net/http/cgi: the PATH_INFO should be empty or start with a slash -

-
-
- -
net/netip
-
-

- TODO: https://go.dev/issue/61642: add Prefix.Compare and AddrPort.Compare -

- -

- TODO: https://go.dev/cl/524616: net/netip: add AddrPort.Compare and Prefix.Compare; modified api/next/61642.txt -

-
-
+ + + + + + + + + + + + + + + + + + +
os
-- 2.48.1