]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.19: add TODOs for undocumented runtime features
authorMichael Pratt <mpratt@google.com>
Thu, 2 Jun 2022 20:58:28 +0000 (16:58 -0400)
committerMichael Pratt <mpratt@google.com>
Fri, 3 Jun 2022 20:54:52 +0000 (20:54 +0000)
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 <gobot@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Run-TryBot: Michael Pratt <mpratt@google.com>

doc/go1.19.html

index b7d7a3466fa18ff427070252db950c31b8ee2463..4de93d1565778a15f98744edacace3f2ab400f1c 100644 (file)
@@ -81,8 +81,13 @@ Do not send CLs removing the interior tags from such phrases.
 </p>
 
 <h2 id="runtime">Runtime</h2>
-<p>
-  TODO: complete this section, or delete if not needed
+
+<p><!-- https://go.dev/issue/48409 -->
+  TODO: soft memory limit
+</p>
+
+<p><!-- https://go.dev/issue/44163 -->
+  TODO: idle mark workers
 </p>
 
 <p><!-- https://go.dev/issue/18138 --><!-- CL 345889 -->
@@ -163,6 +168,10 @@ Do not send CLs removing the interior tags from such phrases.
   atomics on these systems.
 </p>
 
+<p>
+  TODO: <a href="https://go.dev/issue/51940">https://go.dev/issue/51940</a>: all: move dev.boringcrypto into main branch behind GOEXPERIMENT
+</p>
+
 <p>
   TODO: complete this section
 </p>