Closed maltoe closed 1 year ago
Base: 100.00% // Head: 100.00% // No change to project coverage :thumbsup:
Coverage data is based on head (
8c11308
) compared to base (3dd3b6e
). Patch has no changes to coverable lines.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
This was short-lived issue that existed only in Elixir 1.14.0-1.14.1.
@vanvoljg Not that it matters much, but you could have just merged the PR anyway, as it fixes the issue even for Elixir 1.14.0 and 1.14.1 :rocket: :grimacing:
Since Elixir 1.14, the following results in a compilation error
Error looks like this:
I checked the docs for a few Elixir versions back (at least 1.10), and they always said
This patch removes the unnecessary
for: __MODULE__
option to fix the compilation error.Just FYI: It looks to me like a bug in Elixir 1.14, but I failed to reproduce it outside cocktail. It's not just the
for: __MODULE__
by itself, at least. Unfortunately I don't really have the time to dig deeper right now. So if you could apply this patch, I'd be very grateful :)