Skip to content

Commit 770146d

Browse files
committed
doc/go1.19: add TODOs for changes to go/types
Add TODO items for significant changes to go/types: the inclusion of Origin methods for Var and Func, and a re-working of Named types to ensure finiteness of reachable types via their API. Updates #51400 Change-Id: I0f2a972023a5d5f995de3c33e9e2b0a4213e900a Reviewed-on: https://go-review.googlesource.com/c/go/+/410614 Reviewed-by: Robert Griesemer <[email protected]> Run-TryBot: Robert Findley <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
1 parent 1b8ca75 commit 770146d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/go1.19.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,17 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
268268
</dd>
269269
</dl><!-- go/parser -->
270270

271+
<dl id="go/types"><dt><a href="/pkg/go/types/">go/types</a></dt>
272+
<dd>
273+
<p><!-- CL 395535 -->
274+
TODO: <a href="https://go.dev/cl/395535">https://go.dev/cl/395535</a>: add Var.Origin and Func.Origin
275+
</p>
276+
<p><!-- CL 404885 -->
277+
TODO: <a href="https://go.dev/cl/404885">https://go.dev/cl/404885</a>: a finite number of types are reachable via Named.Underlying, Named.Method
278+
</p>
279+
</dd>
280+
</dl><!-- go/types -->
281+
271282
<dl id="image/draw"><dt><a href="/pkg/image/draw/">image/draw</a></dt>
272283
<dd>
273284
<p><!-- CL 396795 -->

0 commit comments

Comments
 (0)