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

encoding/gob: panic: "unknown type in isZero" on unexported interface with custom en/decoder #7741

Closed
klauspost opened this issue Apr 9, 2014 · 4 comments
Milestone

Comments

@klauspost
Copy link
Contributor

>What does 'go version' print?
go version go1.2.1 windows/amd64

>What steps reproduce the problem?
>If possible, include a link to a program on play.golang.org.

1. http://play.golang.org/p/0mCtREV3LC

>What happened?
Go panics: "panic: unknown type in isZero main.AnInterface"

>What should have happened instead?
Gob encoding should have proceeded.

>Please provide any additional information below.
This seems to make it impossible to have custom en/decoders on structs that contain an
interface.
@ianlancetaylor
Copy link
Contributor

Comment 1:

Labels changed: added repo-main, release-go1.3maybe.

@ja30278
Copy link

ja30278 commented Apr 26, 2014

Comment 2:

Proposed fix in https://golang.org/cl/96830044/

@gopherbot
Copy link

Comment 3:

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

@robpike
Copy link
Contributor

robpike commented Apr 26, 2014

Comment 4:

This issue was closed by revision 7faf72b.

Status changed to Fixed.

@rsc rsc added this to the Go1.3 milestone Apr 14, 2015
@golang golang locked and limited conversation to collaborators Jun 25, 2016
This issue was closed.
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

6 participants