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

Fix unstable external marshaler funcs with same name as type #550

Merged
merged 1 commit into from
Feb 18, 2019

Conversation

vektah
Copy link
Collaborator

@vektah vektah commented Feb 18, 2019

#544 uncovered a bug when a marshaler func returns a type with the same name which would cause codegen to randomly ignore the func.

Fixes a sometimes failing test in #544.

@vektah vektah merged commit 647c62a into next Feb 18, 2019
@vektah vektah deleted the fix-unstable-marshaler-func branch February 18, 2019 00:42
@vektah vektah added the v0.8 For release in v0.8 label Feb 18, 2019
cgxxv pushed a commit to cgxxv/gqlgen that referenced this pull request Mar 25, 2022
…r-func

Fix unstable external marshaler funcs with same name as type
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v0.8 For release in v0.8
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant