Closed milmazz closed 8 years ago
Good Morning, thanks, but did I miss something? Your changes suggest that functions must be called with parentheses: f()
instead of f
- but that would break a lot of ruby-esque idiomatic code. In Elixir's Changelog I do not find any hint for such a syntax change.
@alfert Now Elixir emits a warning when a variable is being expanded to function call, you can see more details in this commit
Thanks for the info.
Coverage remained the same at 38.411% when pulling 39a244679722eb3ab595ed7cfc1e9842185cdddd on milmazz:fix-Elixir-1.4.0-dev-warnings into d6bca32155fc5ece307d82b1014704d91775ac0d on alfert:master.