hrzndhrn / recode

A linter with autocorrection and a refactoring tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failure expanding multi alias with __MODULE__ in the name

aaronrenner opened this issue · comments

This is a great tool and I love how it took care of multi-alias expansion for me! Thank you!

I did find an issue where we get a warning if the file uses alias __MODULE__.{A, B}. The mix task outputs "Execution of the Recode.Task.AliasExpansion task failed." and then lists the filename. I manually fixed those and everything else worked great. Thanks!

Thank you for reporting this. I will take a look.