]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.22: remove stale TODO and comments for vet changes
authorCherry Mui <cherryyz@google.com>
Fri, 8 Dec 2023 20:11:47 +0000 (15:11 -0500)
committerCherry Mui <cherryyz@google.com>
Fri, 8 Dec 2023 20:36:40 +0000 (20:36 +0000)
They are already mentioned in the Vet section.

For #61422.

Change-Id: I773881df8c6a97263fc3d516e1d38b95679f2693
Reviewed-on: https://go-review.googlesource.com/c/go/+/548480
Reviewed-by: Than McIntosh <thanm@google.com>
TryBot-Bypass: Cherry Mui <cherryyz@google.com>

doc/go1.22.html

index e252c3c227ce1c098b1f14f35c4c93d1a6c8943a..fc0d95510fc9542f61e4e542bcdd2d351fccb528 100644 (file)
@@ -101,23 +101,6 @@ packages that do not have their own test files. Prior to Go 1.22 a
   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.
 </p>
 
-<!-- CL 527095 -->
-<p>
-  <!-- cmd/vet: add defers analysis pass; Add a release note that there is a new defers checker in cmd/vet. -->
-</p>
-
-<!-- https://go.dev/issue/60048 -->
-<p>
-  <!-- time.Since should not be used in defer statement -->
-</p>
-
-<!-- https://go.dev/issue/60448 -->
-<p>
-  <!-- add a new analyzer  for check missing values after append -->
-</p>
-
-<h3 id="vet">Vet</h3>
-
 <h4 id="vet-appends">New warnings for missing values after append</h4>
 
 <p><!-- CL 498416, https://go.dev/issue/60448: add a new analyzer for check missing values after append -->
@@ -303,14 +286,6 @@ defer func() {
   </dd>
 </dl><!-- bufio -->
 
-<dl id="cmd"><dt><a href="/pkg/cmd/">cmd</a></dt>
-  <dd>
-    <p><!-- CL 498416 -->
-      TODO: <a href="https://go.dev/cl/498416">https://go.dev/cl/498416</a>: cmd: add a new analyzer for check missing values after append
-    </p>
-  </dd>
-</dl><!-- cmd -->
-
 <dl id="cmp"><dt><a href="/pkg/cmp/">cmp</a></dt>
   <dd>
     <p><!-- https://go.dev/issue/60204 --><!-- CL 504883 -->