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

Support pointer types into interfaces for extended types #34

Closed
dmcgowan opened this issue Jul 8, 2014 · 2 comments
Closed

Support pointer types into interfaces for extended types #34

dmcgowan opened this issue Jul 8, 2014 · 2 comments

Comments

@dmcgowan
Copy link

dmcgowan commented Jul 8, 2014

Currently pointer types are not valid for declaring extended types. This can create problems when the desired output is to set an interface value with a pointer value. To solve this problem for my case I simply made all decoding into interfaces as pointers, but I think a more general solution is needed.

My solution (still break unit tests) dmcgowan@5d26f5f

@ugorji
Copy link
Owner

ugorji commented Aug 6, 2014

Can you provide sample code that shows this problem, so I can reproduce it? It's not clear to me what you are alluding to.

@ugorji
Copy link
Owner

ugorji commented Aug 7, 2014

Closing this as the issue is not clear to me. Please reopen when you can explain it.

@ugorji ugorji closed this as completed Aug 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants