while I was working on a fork of encoding/gob I ran into the following
issue with the vanilla package: http://play.golang.org/p/gDJY9TZzpn
The value of X is wrong after decoding. It seems like there is one
indirection too much, you can see this here:
http://play.golang.org/p/TGek4hR8Q-
Seems like this is due to decIndirect being called twice and the second
time indir is one to high.
Should I open a bug ticket, or is my understanding off?
Ciao,
Martin
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.