From a0eb662d85fd4815dfec3093e8205b9aed462507 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Thu, 6 May 2021 22:52:51 +0000 Subject: [PATCH] doc/go1.17: move language specification TODO to the right place It was misplaced by the relnote tool. Also add a TODO for CL 312212, per discussion in golang.org/issue/46020. For #44513. For #46020. Change-Id: I8d766df969f85c351ead18df3e45adb6fb27b7a0 Reviewed-on: https://go-review.googlesource.com/c/go/+/317829 Trust: Dmitri Shuralyov Reviewed-by: Carlos Amedee --- doc/go1.17.html | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/doc/go1.17.html b/doc/go1.17.html index f317006278..785092a8dd 100644 --- a/doc/go1.17.html +++ b/doc/go1.17.html @@ -25,8 +25,12 @@ Do not send CLs removing the interior tags from such phrases.

Changes to the language

-

- TODO: complete this section +

+ TODO: https://golang.org/cl/216424: allow conversion from slice to array ptr +

+ +

+ TODO: https://golang.org/cl/312212: add unsafe.Add and unsafe.Slice

Ports

@@ -411,14 +415,6 @@ Do not send CLs removing the interior tags from such phrases. -
spec
-
-

- TODO: https://golang.org/cl/216424: allow conversion from slice to array ptr -

-
-
-
strconv

-- 2.50.0