]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.18: update Go 1.18 release note TODOs using relnote
authorCarlos Amedee <carlos@golang.org>
Wed, 9 Feb 2022 16:48:31 +0000 (11:48 -0500)
committerCarlos Amedee <carlos@golang.org>
Wed, 9 Feb 2022 21:15:07 +0000 (21:15 +0000)
For #47694.

Change-Id: I5f6850e171f574a5342671778df854dc68a5148f
Reviewed-on: https://go-review.googlesource.com/c/go/+/384554
Trust: Carlos Amedee <carlos@golang.org>
Run-TryBot: Carlos Amedee <carlos@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Alex Rakoczy <alex@golang.org>
Trust: Alex Rakoczy <alex@golang.org>
Run-TryBot: Alex Rakoczy <alex@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>

doc/go1.18.html

index 1a68482ad61f63d80d75ebbfeb9a904c16c8d986..87e03b5f736111baa5bf036b77d91a7fb6be060e 100644 (file)
@@ -225,6 +225,12 @@ Do not send CLs removing the interior tags from such phrases.
   FreeBSD 13.0+ will require a kernel with the COMPAT_FREEBSD12 option set (this is the default).
 </p>
 
+<h3 id="ppc64">PPC64</h3>
+
+<p><!-- CL 353969 -->
+  TODO: <a href="https://golang.org/cl/353969">https://golang.org/cl/353969</a>: enable register ABI for PPC64
+</p>
+
 <h2 id="tools">Tools</h2>
 
 <h3 id="fuzzing">Fuzzing</h3>
@@ -332,7 +338,7 @@ Do not send CLs removing the interior tags from such phrases.
   option <code>-fsanitize=address</code>).
 </p>
 
-<p><!-- https://golang.org/issue/47738 -->
+<p><!-- https://golang.org/issue/47738, CL 344572 -->
   The <code>go</code> <code>mod</code> <code>tidy</code> command now retains
   additional checksums in the <code>go.sum</code> file for modules whose source
   code is needed to verify that each imported package is provided by only one
@@ -376,6 +382,10 @@ Do not send CLs removing the interior tags from such phrases.
   </ul>
 </p>
 
+<p><!-- CL 240611 -->
+  TODO: <a href="https://golang.org/cl/240611">https://golang.org/cl/240611</a>: 240611: cmd/fix: add buildtag fix
+</p>
+
 <h3 id="gofmt"><code>gofmt</code></h3>
 
 <p><!-- https://golang.org/issue/43566 -->
@@ -506,6 +516,12 @@ Do not send CLs removing the interior tags from such phrases.
   new <code>go</code> command <code>-asan</code> option.
 </p>
 
+<h2 id="build">Build</h2>
+
+<p><!-- CL 369914, CL 370274 -->
+  TODO: <a href="https://golang.org/cl/369914">https://golang.org/cl/369914</a>: for default bootstrap, use Go 1.17 if present, falling back to Go 1.4
+</p>
+
 <h2 id="library">Core library</h2>
 
 <h3 id="debug/buildinfo">New <code>debug/buildinfo</code> package</h3>
@@ -1058,6 +1074,14 @@ Do not send CLs removing the interior tags from such phrases.
       The old names will continue to work, but will be deprecated in a
       future Go release.
     </p>
+
+    <p><!-- CL 321889 -->
+      TODO: <a href="https://golang.org/cl/321889">https://golang.org/cl/321889</a>: allocate hiter as part of MapIter
+    </p>
+
+    <p><!-- CL 345486 -->
+      TODO: <a href="https://golang.org/cl/345486">https://golang.org/cl/345486</a>: optimize for maps with string keys
+    </p>
   </dd>
 </dl><!-- reflect -->