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

Changes misnamed :__absinthe_type_import__ to :__absinthe_type_imports__ in Schema.Notation #1120

Conversation

elbow-jason
Copy link

This PR changes a (probably) misnamed module attribute registered during the compilation of use Schema.Notation.

Closes #1119

Signed-off-by: Jason Goldberger [email protected]

@benwilson512
Copy link
Contributor

@elbow-jason hey thanks! I'll have to look at this more closely but it does look like tests are failing in the CI, do you see them passing locally?

@elbow-jason
Copy link
Author

@benwilson512 They are most definitely not passing locally. This PR needs a little more love before it's ready.

@binaryseed
Copy link
Contributor

I think the existing behavior was intended, and the fact that the accumulating attribute was mis-spelled was actually what made it work correctly, since the code seems to manually manage the "default" empty list case...

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.

Module attribute name mismatch for :__absinthe_type_import__ vs :__absinthe_type_import__?
3 participants