You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardExpand all lines: doc/go1.22.html
+38-38
Original file line number
Diff line number
Diff line change
@@ -136,9 +136,9 @@ <h3 id="trace">Trace</h3>
136
136
137
137
<h3id="vet">Vet</h3>
138
138
139
-
<p><!-- CL 539016 -->
140
-
TODO: <ahref="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> -->
142
142
143
143
<h4id="vet-appends">New warnings for missing values after append</h4>
144
144
@@ -408,9 +408,9 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
408
408
There are also various performance improvements, not enumerated here.
0 commit comments