-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
V0.12.0+ breaks with pointer to slices that worked in v0.11.3 #1333
Comments
ananyasaxena
changed the title
V0.12.2 breaks with pointer to slices that worked in v0.11.3
V0.12.0 breaks with pointer to slices that worked in v0.11.3
Sep 21, 2020
Still seeing this in 0.13.0 |
ananyasaxena
changed the title
V0.12.0 breaks with pointer to slices that worked in v0.11.3
V0.12.0+ breaks with pointer to slices that worked in v0.11.3
Oct 5, 2020
2 tasks
Any update? The PR looks helpful... |
Can we get these changes into a new release with the latest bits? |
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In v0.11.3 pointers to slices would call the custom Marshal and Unmarshal methods for each element in the slice
v0.12.2 Breaks this functionality and calls the custom Marshal and Unmarshal with the entire slice
here is a sample code to reproduce this issue
https://github.com/ananyasaxena/gqlgen_err
It succeeds for v0.11.3
In v0.12.2 we get the following error
This issue seems to be reproducible from v0.12.0 onwards
The text was updated successfully, but these errors were encountered: