-
Notifications
You must be signed in to change notification settings - Fork 36
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
Seems broken on Elixir 1.14.0 #31
Comments
It seems to be due to a bug in Elixir. Let’s try on Elixir 1.14.1 when it is out. |
I checked with Elixir 1.14.0, and it seems like the struct and the type is properly generated, but the tests do fail. |
So I checked on v0.3.0 (via asdf instead of nix):
So it looks like a failure happened and |
See this fork, which is compatible with OTP-26 and Elixir 1.15. |
When running the tests on Elixir 1.14.0 / OTP 24, I can see a lot of failures. After my first investigations it seems that neither the
@type
nor the@enforce_keys
seem to be generated. The struct itself is generated though.The text was updated successfully, but these errors were encountered: