mirror of
https://github.com/golang/go
synced 2024-11-11 23:20:24 -07:00
doc/go1.18: update Go 1.18 release note TODOs using relnote
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>
This commit is contained in:
parent
846c06d33b
commit
a3aed62512
@ -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 -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user