-
Notifications
You must be signed in to change notification settings - Fork 18k
x/tools/go/gcimporter: update export data format version #17734
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
Comments
cc: @alandonovan |
It is somewhat urgent. For example, Google's source code tools must understand Go 1.8 source and export data before we can start to evaluate 1.8rc1, which will ideally be a long time before the 1.8 release. |
We should still do this, even w/o aliases. We should have all importers understand the latest version. |
CL https://golang.org/cl/33111 mentions this issue. |
CL https://golang.org/cl/33113 mentions this issue. |
We don't support Go1.5 anymore. Tested with 1.6, 1.7, and tip. For golang/go#17734. Change-Id: I718c7996b99f9b98744346e119ee209b4709a070 Reviewed-on: https://go-review.googlesource.com/33111 Reviewed-by: Alan Donovan <[email protected]>
Tracking issue.
x/tools/go/gcimporter15/bexport.go still generates export data format version 1, but now that we can export aliases, we should probably update to the latest version. This is not urgent, but may avoid confusion down the road.
The text was updated successfully, but these errors were encountered: