From 770146d5a857e8606222276040c6712b48e27e0e Mon Sep 17 00:00:00 2001 From: Robert Findley Date: Mon, 6 Jun 2022 11:48:29 -0400 Subject: [PATCH] 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 Run-TryBot: Robert Findley TryBot-Result: Gopher Robot --- doc/go1.19.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/go1.19.html b/doc/go1.19.html index 6d49cedfd43c0..06bd7bcff1477 100644 --- a/doc/go1.19.html +++ b/doc/go1.19.html @@ -268,6 +268,17 @@

Minor changes to the library

+
go/types
+
+

+ TODO: https://go.dev/cl/395535: add Var.Origin and Func.Origin +

+

+ TODO: https://go.dev/cl/404885: a finite number of types are reachable via Named.Underlying, Named.Method +

+
+
+
image/draw