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: failing to encode/decode []string{} #1278

Closed
gopherbot opened this issue Nov 16, 2010 · 4 comments
Closed

encoding/gob: failing to encode/decode []string{} #1278

gopherbot opened this issue Nov 16, 2010 · 4 comments

Comments

@gopherbot
Copy link

by karatepekka:

What steps will reproduce the problem?
1. gob.Encode a []string{}
2. gob.Decode it

What is the expected output?
[]string{}

What do you see instead?
Decode: EOF

Which compiler are you using (5g, 6g, 8g, gccgo)?
6g

Which operating system are you using?
Mac OS X 10.6.5

Which revision are you using?  (hg identify)
03404c0155f6+ tip

Please provide any additional information below.
See the attached file.

Attachments:

  1. gobtest.go (367 bytes)
@gopherbot
Copy link
Author

Comment 1 by karatepekka:

This issue renders the RPC package (with gob codec) nearly impossible to use
in certain cases.

@rsc
Copy link
Contributor

rsc commented Nov 16, 2010

Comment 2:

workaround: rpc/jsonrpc works

@adg
Copy link
Contributor

adg commented Nov 22, 2010

Comment 3:

Owner changed to r...@golang.org.

Status changed to Accepted.

@robpike
Copy link
Contributor

robpike commented Dec 9, 2010

Comment 4:

This issue was closed by revision b7c7311.

Status changed to Fixed.

@mikioh mikioh changed the title gob: failing to encode/decode []string{} encoding/gob: failing to encode/decode []string{} Feb 26, 2015
@golang golang locked and limited conversation to collaborators Jun 24, 2016
@rsc rsc unassigned robpike Jun 22, 2022
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

4 participants