Closed cristopher-rodrigues closed 1 year ago
@cristopher-rodrigues Thanks for the fix - just hit this today myself - I assume it's something to do with the latest version of Elixir, but I'm struggling to figure out why it's generating the warning. Do you understand it?
Looks like this was a bug that's been fixed in Elixir 1.14.3. At least, the changelog has this entry:
[Kernel] Do not warn on captured underscored vars from defmodule
And it's fixed it for me.
@cristopher-rodrigues @bernardd I was told by jose valim that this was a regression in Elixir and not an issue in this project. Thanks for the update that it's now fixed in Elixir 1.14.3 @bernardd ! Closing the issue now. Thanks anyway @cristopher-rodrigues :)
fixes: