Remove warnings with Elixir 1.4
crbelaus opened this issue · 0 comments
crbelaus commented
With release 1.4, Elixir is emitting warnings if variables are used as function calls (for example calling parameters
instead of parameters()
)
The relevant pull-request in the Elixir repository can be found at: elixir-lang/elixir#3268