Skip to content

Commit 0324250

Browse files
thanmgopherbot
authored andcommitted
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 <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Than McIntosh <[email protected]>
1 parent 9dd1cde commit 0324250

File tree

1 file changed

+38
-38
lines changed

1 file changed

+38
-38
lines changed

doc/go1.22.html

+38-38
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ <h3 id="trace">Trace</h3>
136136

137137
<h3 id="vet">Vet</h3>
138138

139-
<p><!-- CL 539016 -->
140-
TODO: <a href="https://go.dev/cl/539016">https://go.dev/cl/539016</a>: go/analysis/passes/loopclosure: disable checker after go1.22.; loopclosure was modified to only not report in files with GoVersion after 1.22.
141-
</p>
139+
<!-- <p><\!-- CL 539016 -\-> -->
140+
<!-- TODO: <a href="https://go.dev/cl/539016">https://go.dev/cl/539016</a>: go/analysis/passes/loopclosure: disable checker after go1.22.; loopclosure was modified to only not report in files with GoVersion after 1.22. -->
141+
<!-- </p> -->
142142

143143
<h4 id="vet-appends">New warnings for missing values after append</h4>
144144

@@ -408,9 +408,9 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
408408
There are also various performance improvements, not enumerated here.
409409
</p>
410410

411-
<p>
412-
TODO: complete this section
413-
</p>
411+
<!-- <p> -->
412+
<!-- TODO: complete this section -->
413+
<!-- </p> -->
414414

415415
<dl id="archive/tar"><dt><a href="/pkg/archive/tar/">archive/tar</a></dt>
416416
<dd>
@@ -650,17 +650,17 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
650650
</dd>
651651
</dl><!-- go/version -->
652652

653-
<dl id="html/template"><dt><a href="/pkg/html/template/">html/template</a></dt>
654-
<dd>
655-
<p><!-- https://go.dev/issue/61619 -->
656-
TODO: <a href="https://go.dev/issue/61619">https://go.dev/issue/61619</a>: allow actions in JS template literals
657-
</p>
653+
<!-- <dl id="html/template"><dt><a href="https://github.com/pkg/html/template/">html/template</a></dt> -->
654+
<!-- <dd> -->
655+
<!-- <p><\!-- https://go.dev/issue/61619 -\-> -->
656+
<!-- TODO: <a href="https://go.dev/issue/61619">https://go.dev/issue/61619</a>: allow actions in JS template literals -->
657+
<!-- </p> -->
658658

659-
<p><!-- CL 507995 -->
660-
TODO: <a href="https://go.dev/cl/507995">https://go.dev/cl/507995</a>: html/template: support parsing complex JS template literals; modified api/next/61619.txt
661-
</p>
662-
</dd>
663-
</dl><!-- html/template -->
659+
<!-- <p><\!-- CL 507995 -\-> -->
660+
<!-- TODO: <a href="https://go.dev/cl/507995">https://go.dev/cl/507995</a>: html/template: support parsing complex JS template literals; modified api/next/61619.txt -->
661+
<!-- </p> -->
662+
<!-- </dd> -->
663+
<!-- </dl><\!-- html/template -\-> -->
664664

665665
<dl id="io"><dt><a href="/pkg/io/">io</a></dt>
666666
<dd>
@@ -728,31 +728,31 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
728728
<a href="/doc/godebug"><code>GODEBUG</code></a> field <code>httplaxcontentlength=1</code>.
729729
</p>
730730

731-
<p><!-- CL 528355 -->
732-
TODO: <a href="https://go.dev/cl/528355">https://go.dev/cl/528355</a>: net/http: implement path value methods on Request; modified api/next/61410.txt
733-
</p>
731+
<!-- <p><\!-- CL 528355 -\-> -->
732+
<!-- TODO: <a href="https://go.dev/cl/528355">https://go.dev/cl/528355</a>: net/http: implement path value methods on Request; modified api/next/61410.txt -->
733+
<!-- </p> -->
734734
</dd>
735735
</dl><!-- net/http -->
736736

737-
<dl id="net/http/cgi"><dt><a href="/pkg/net/http/cgi/">net/http/cgi</a></dt>
738-
<dd>
739-
<p><!-- CL 539615 -->
740-
TODO: <a href="https://go.dev/cl/539615">https://go.dev/cl/539615</a>: net/http/cgi: the PATH_INFO should be empty or start with a slash
741-
</p>
742-
</dd>
743-
</dl><!-- net/http/cgi -->
744-
745-
<dl id="net/netip"><dt><a href="/pkg/net/netip/">net/netip</a></dt>
746-
<dd>
747-
<p><!-- https://go.dev/issue/61642 -->
748-
TODO: <a href="https://go.dev/issue/61642">https://go.dev/issue/61642</a>: add Prefix.Compare and AddrPort.Compare
749-
</p>
750-
751-
<p><!-- CL 524616 -->
752-
TODO: <a href="https://go.dev/cl/524616">https://go.dev/cl/524616</a>: net/netip: add AddrPort.Compare and Prefix.Compare; modified api/next/61642.txt
753-
</p>
754-
</dd>
755-
</dl><!-- net/netip -->
737+
<!-- <dl id="net/http/cgi"><dt><a href="https://github.com/pkg/net/http/cgi/">net/http/cgi</a></dt> -->
738+
<!-- <dd> -->
739+
<!-- <p><\!-- CL 539615 -\-> -->
740+
<!-- TODO: <a href="https://go.dev/cl/539615">https://go.dev/cl/539615</a>: net/http/cgi: the PATH_INFO should be empty or start with a slash -->
741+
<!-- </p> -->
742+
<!-- </dd> -->
743+
<!-- </dl><\!-- net/http/cgi -\-> -->
744+
745+
<!-- <dl id="net/netip"><dt><a href="https://github.com/pkg/net/netip/">net/netip</a></dt> -->
746+
<!-- <dd> -->
747+
<!-- <p><\!-- https://go.dev/issue/61642 -\-> -->
748+
<!-- TODO: <a href="https://go.dev/issue/61642">https://go.dev/issue/61642</a>: add Prefix.Compare and AddrPort.Compare -->
749+
<!-- </p> -->
750+
751+
<!-- <p><\!-- CL 524616 -\-> -->
752+
<!-- TODO: <a href="https://go.dev/cl/524616">https://go.dev/cl/524616</a>: net/netip: add AddrPort.Compare and Prefix.Compare; modified api/next/61642.txt -->
753+
<!-- </p> -->
754+
<!-- </dd> -->
755+
<!-- </dl><\!-- net/netip -\-> -->
756756

757757
<dl id="os"><dt><a href="/pkg/os/">os</a></dt>
758758
<dd>

0 commit comments

Comments
 (0)