-
Notifications
You must be signed in to change notification settings - Fork 659
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
panic: unknown export format version 6 ("version 6") #510
Comments
Confirming this issue.
|
See // Current export format version. Increase with each format change.
// 6: package height (CL 105038)
// 5: improved position encoding efficiency (issue 20080, CL 41619)
// 4: type name objects support type aliases, uses aliasTag
// 3: Go1.8 encoding (same as version 2, aliasTag defined but never used)
// 2: removed unused bool in ODCL export (compiler only)
// 1: header format change (more regular), export package for _ struct fields
// 0: Go1.7 encoding
const exportVersion = 6
|
@mattn, I will, thanks. |
PR fixes the problem on go tip. |
I can confirm the PR fixes the issue for me on |
Indeed that PR fixed the original issue for me, but now I'm seeing a different panic on
|
@fsouza, you're right. Thanks for details. The main options I see are:
|
go version devel +49e3e436e7 2018-04-14 21:59:08 +0000 linux/amd64
The text was updated successfully, but these errors were encountered: