Skip to content
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: implement type-checking of alias declarations #17592

Closed
griesemer opened this issue Oct 25, 2016 · 3 comments
Closed

go/types: implement type-checking of alias declarations #17592

griesemer opened this issue Oct 25, 2016 · 3 comments
Milestone

Comments

@griesemer
Copy link
Contributor

Tracking issue.

@griesemer griesemer added this to the Go1.8 milestone Oct 25, 2016
@griesemer griesemer self-assigned this Oct 25, 2016
@griesemer griesemer changed the title go/types: implement type-checking of aliases go/types: implement type-checking of alias declarations Oct 25, 2016
@gopherbot
Copy link

CL https://golang.org/cl/32108 mentions this issue.

gopherbot pushed a commit that referenced this issue Oct 31, 2016
Does not handle imports of packages with exported aliases yet.

For #17592.

Change-Id: Iee63fb9d521014995003a417271fbe0384ae04ef
Reviewed-on: https://go-review.googlesource.com/32108
Reviewed-by: Alan Donovan <adonovan@google.com>
@gopherbot
Copy link

CL https://golang.org/cl/32350 mentions this issue.

@gopherbot
Copy link

CL https://golang.org/cl/32534 mentions this issue.

gopherbot pushed a commit that referenced this issue Nov 1, 2016
When we lookup a qualified identifier, we need to unpack
an alias. Do this in all places, not just one. Duh!

Fixes #17716.
For #17592.

Change-Id: I58d57b17cc635d0408b370f109c719c16757fd8e
Reviewed-on: https://go-review.googlesource.com/32534
Reviewed-by: Alan Donovan <adonovan@google.com>
@golang golang locked and limited conversation to collaborators Nov 1, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants