Closed davejlong closed 7 years ago
If it's ok I would like to take this issue 😊
I think I can deliver a PR during this Saturday.
One question. I've opened another issue (i.e. #91) that is strongly related to the current one. Should I address it with a proper branch and PR or should I consider it part of the current issue (i.e. #89)?
@fusillicode I suggest that you create a PR resolving both issues.
@Zorbash perfect thank you, I'll try to update the one I've already open (i.e. #90) to fix the current issue.
@Zorbash PR #90 updated to consider also the tests 😉
Given this merged PR I think that this issue could be considered closed 🤗
Elixir 1.4 introduces a new compiler warning when methods are called with no arguments and no parentheses. This should be a fairly simple (just a bit tedious) issue to fix.
You can get all the warnings by running
mix compile --force
. All warnings currently onmaster
: