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 codegen #479

Merged
merged 9 commits into from
Sep 13, 2021
Merged

Fix codegen #479

merged 9 commits into from
Sep 13, 2021

Conversation

lolopinto
Copy link
Owner

@lolopinto lolopinto commented Sep 10, 2021

this chain of changes is apparently cursed.

broken by #454

issue was the last value in the loop captured in the closure was the same for each iteration so we kept rewriting the same files instead of writing other files. noticed when making another change and not seeing my changes reflected there.
more details: https://github.com/golang/go/wiki/CommonMistakes#using-reference-to-loop-iterator-variable

adds graphql tests that were missing from #449. another fix to #446

@lolopinto lolopinto merged commit 4ac6708 into main Sep 13, 2021
@lolopinto lolopinto deleted the fix-codegen branch September 13, 2021 16:04
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

Successfully merging this pull request may close these issues.

1 participant