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