Skip to content

Commit 9d3dbd7

Browse files
committed
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 <[email protected]> Reviewed-by: Michael Knyszek <[email protected]> Run-TryBot: Michael Pratt <[email protected]>
1 parent 54a2f4b commit 9d3dbd7

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

doc/go1.19.html

+11-2
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,13 @@ <h4 id="go-unix">New <code>unix</code> build constraint</h4>
8181
</p>
8282

8383
<h2 id="runtime">Runtime</h2>
84-
<p>
85-
TODO: complete this section, or delete if not needed
84+
85+
<p><!-- https://go.dev/issue/48409 -->
86+
TODO: soft memory limit
87+
</p>
88+
89+
<p><!-- https://go.dev/issue/44163 -->
90+
TODO: idle mark workers
8691
</p>
8792

8893
<p><!-- https://go.dev/issue/18138 --><!-- CL 345889 -->
@@ -163,6 +168,10 @@ <h3 id="atomic_types">New atomic types</h3>
163168
atomics on these systems.
164169
</p>
165170

171+
<p>
172+
TODO: <a href="https://go.dev/issue/51940">https://go.dev/issue/51940</a>: all: move dev.boringcrypto into main branch behind GOEXPERIMENT
173+
</p>
174+
166175
<p>
167176
TODO: complete this section
168177
</p>

0 commit comments

Comments
 (0)