-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go/types: documentation needs to be updated #50676
Comments
The guide that I'm working on (starting with https://go-review.googlesource.com/c/tools/+/377834) is based on |
Change https://go.dev/cl/389656 mentions this issue: |
Update the go/types guide to have a link to the new 1.18 API guide, for now. Also fix some links to pkg.go.dev and golang.org/x that were amended in the autogenerated README.md rather than the original source. For golang/go#50676 Change-Id: Ib98ed095d74be02046c426e51f1ae2b9ceb03b0d Reviewed-on: https://go-review.googlesource.com/c/example/+/389656 Trust: Robert Findley <rfindley@google.com> Run-TryBot: Robert Findley <rfindley@google.com> Reviewed-by: Robert Griesemer <gri@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org>
Are we going to do something here for 1.19? Thanks. |
This documentation is in x/example; no need to associate with 1.19. |
Update the go/types guide to have a link to the new 1.18 API guide, for now. Also fix some links to pkg.go.dev and golang.org/x that were amended in the autogenerated README.md rather than the original source. For golang/go#50676 Change-Id: Ib98ed095d74be02046c426e51f1ae2b9ceb03b0d Reviewed-on: https://go-review.googlesource.com/c/example/+/389656 Trust: Robert Findley <rfindley@google.com> Run-TryBot: Robert Findley <rfindley@google.com> Reviewed-by: Robert Griesemer <gri@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org>
At some point Alan and I should update x/example, but it is unfortunately not a high priority. Moving to the backlog. |
Update the go/types guide to have a link to the new 1.18 API guide, for now. Also fix some links to pkg.go.dev and golang.org/x that were amended in the autogenerated README.md rather than the original source. For golang/go#50676 Change-Id: Ib98ed095d74be02046c426e51f1ae2b9ceb03b0d Reviewed-on: https://go-review.googlesource.com/c/example/+/389656 Trust: Robert Findley <rfindley@google.com> Run-TryBot: Robert Findley <rfindley@google.com> Reviewed-by: Robert Griesemer <gri@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org>
Update the go/types guide to have a link to the new 1.18 API guide, for now. Also fix some links to pkg.go.dev and golang.org/x that were amended in the autogenerated README.md rather than the original source. For golang/go#50676 Change-Id: Ib98ed095d74be02046c426e51f1ae2b9ceb03b0d Reviewed-on: https://go-review.googlesource.com/c/example/+/389656 Trust: Robert Findley <rfindley@google.com> Run-TryBot: Robert Findley <rfindley@google.com> Reviewed-by: Robert Griesemer <gri@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org>
Update the go/types guide to have a link to the new 1.18 API guide, for now. Also fix some links to pkg.go.dev and golang.org/x that were amended in the autogenerated README.md rather than the original source. For golang/go#50676 Change-Id: Ib98ed095d74be02046c426e51f1ae2b9ceb03b0d Reviewed-on: https://go-review.googlesource.com/c/example/+/389656 Trust: Robert Findley <rfindley@google.com> Run-TryBot: Robert Findley <rfindley@google.com> Reviewed-by: Robert Griesemer <gri@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org>
Update the go/types guide to have a link to the new 1.18 API guide, for now. Also fix some links to pkg.go.dev and golang.org/x that were amended in the autogenerated README.md rather than the original source. For golang/go#50676 Change-Id: Ib98ed095d74be02046c426e51f1ae2b9ceb03b0d Reviewed-on: https://go-review.googlesource.com/c/example/+/389656 Trust: Robert Findley <rfindley@google.com> Run-TryBot: Robert Findley <rfindley@google.com> Reviewed-by: Robert Griesemer <gri@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org>
The documentation on go/types needs to be updated for generics: https://github.com/golang/example/tree/master/gotypes
At the very least it should point out what's not yet documented with respect to generics.
cc: @findleyr
The text was updated successfully, but these errors were encountered: