From a3aed62512dd5b5239762e8c93a79122a2849a7d Mon Sep 17 00:00:00 2001
From: Carlos Amedee
Date: Wed, 9 Feb 2022 11:48:31 -0500
Subject: [PATCH] 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
Run-TryBot: Carlos Amedee
Reviewed-by: Dmitri Shuralyov
Reviewed-by: Alex Rakoczy
Trust: Alex Rakoczy
Run-TryBot: Alex Rakoczy
TryBot-Result: Gopher Robot
---
doc/go1.18.html | 26 +++++++++++++++++++++++++-
1 file changed, 25 insertions(+), 1 deletion(-)
diff --git a/doc/go1.18.html b/doc/go1.18.html
index 1a68482ad6..87e03b5f73 100644
--- a/doc/go1.18.html
+++ b/doc/go1.18.html
@@ -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).
+PPC64
+
+
+ TODO: https://golang.org/cl/353969: enable register ABI for PPC64
+
+
Fuzzing
@@ -332,7 +338,7 @@ Do not send CLs removing the interior tags from such phrases.
option -fsanitize=address
).
-
+
The go
mod
tidy
command now retains
additional checksums in the go.sum
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.
+
+ TODO: https://golang.org/cl/240611: 240611: cmd/fix: add buildtag fix
+
+
gofmt
@@ -506,6 +516,12 @@ Do not send CLs removing the interior tags from such phrases.
new go
command -asan
option.
+Build
+
+
+ TODO: https://golang.org/cl/369914: for default bootstrap, use Go 1.17 if present, falling back to Go 1.4
+
+
Core library
New debug/buildinfo
package
@@ -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.
+
+
+ TODO: https://golang.org/cl/321889: allocate hiter as part of MapIter
+
+
+
+ TODO: https://golang.org/cl/345486: optimize for maps with string keys
+