Closed gabrielpedepera closed 1 year ago
I just saw that is a bug from Elixir: https://github.com/elixir-lang/elixir/issues/12186
which breaks on this implementation here:
It was already fixed and should be released on the 1.14.2
version.
But, as mentioned here by @josevalim we can also remove for: __MODULE__
and it will remain compatible.
I sent a PR, but feel free to accept or ignore it until the elixir 1.14.2
release.
Closed in #82
Environment
Elixir & Erlang/OTP versions (elixir --version):
Which version of Kazan are you using? (cat mix.lock | grep kazan):
Current behavior
To demonstrate this behavior I created an application through the command
mix new dummy_app
and addedkazan
as a dependency. Once that I try to compile the application through the commandmix compile
I get the error:Expected behavior
If I change to using Elixir 1.14.0 instead of 1.14.1 I can compile successfully.
Elixir & Erlang/OTP versions (elixir --version):