alfert / coverex

Coverage Reports for Elixir
Other
101 stars 26 forks source link

Fix Elixir 1.4.0-dev warnings #30

Closed milmazz closed 8 years ago

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 38.411% when pulling 39a244679722eb3ab595ed7cfc1e9842185cdddd on milmazz:fix-Elixir-1.4.0-dev-warnings into d6bca32155fc5ece307d82b1014704d91775ac0d on alfert:master.

alfert commented 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.

milmazz commented 8 years ago

@alfert Now Elixir emits a warning when a variable is being expanded to function call, you can see more details in this commit

alfert commented 8 years ago

Thanks for the info.