]> Cypherpunks repositories - gostls13.git/commit
doc/go1.19: add TODOs for changes to go/types
authorRobert Findley <rfindley@google.com>
Mon, 6 Jun 2022 15:48:29 +0000 (11:48 -0400)
committerRobert Findley <rfindley@google.com>
Mon, 6 Jun 2022 16:26:54 +0000 (16:26 +0000)
commit770146d5a857e8606222276040c6712b48e27e0e
tree658611ef83b6bdaf6bb2ca1da47c53ddf907497c
parent1b8ca75eaaff2985709ad61cc33c77a673c75a8c
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 <gri@google.com>
Run-TryBot: Robert Findley <rfindley@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
doc/go1.19.html