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

78 fix struct fields bug #82

Merged
merged 8 commits into from
Nov 20, 2021
Merged

78 fix struct fields bug #82

merged 8 commits into from
Nov 20, 2021

Conversation

Qqwy
Copy link
Owner

@Qqwy Qqwy commented Nov 19, 2021

  • Ensures we desugar %User{} not into %{__struct__: User} but rather (assuming User was defined with defstruct [:name, :age]) into %{__struct__: User, name: any(), age: any()}.
  • One or a few regression tests.

Should fix #78

@Qqwy Qqwy changed the title 78 struct fields bug 78 fix struct fields bug Nov 19, 2021
@Qqwy Qqwy merged commit 5eafd36 into master Nov 20, 2021
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.

Support with multiple arity functions
2 participants