From 9d3dbd78c7ade2a874c32e248618ad44aec6e63b Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Thu, 2 Jun 2022 16:58:28 -0400 Subject: [PATCH] doc/go1.19: add TODOs for undocumented runtime features As of this CL, release notes for all packages owned by @golang/runtime on https://dev.golang.org/owners are either complete or have explicit TODOs. For #51400 Change-Id: I5b6affd43883991a3b8a065b4aa211efce7427f0 Reviewed-on: https://go-review.googlesource.com/c/go/+/410118 TryBot-Result: Gopher Robot Reviewed-by: Michael Knyszek Run-TryBot: Michael Pratt --- doc/go1.19.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/doc/go1.19.html b/doc/go1.19.html index b7d7a3466f..4de93d1565 100644 --- a/doc/go1.19.html +++ b/doc/go1.19.html @@ -81,8 +81,13 @@ Do not send CLs removing the interior tags from such phrases.

Runtime

-

- TODO: complete this section, or delete if not needed + +

+ TODO: soft memory limit +

+ +

+ TODO: idle mark workers

@@ -163,6 +168,10 @@ Do not send CLs removing the interior tags from such phrases. atomics on these systems.

+

+ TODO: https://go.dev/issue/51940: all: move dev.boringcrypto into main branch behind GOEXPERIMENT +

+

TODO: complete this section

-- 2.50.0