artemeff / redis

Redis commands for Elixir
MIT License
358 stars 63 forks source link

Add parentheses to pipes with arguments #56

Closed Frost closed 8 years ago

Frost commented 8 years ago

Elixir now warns if piping into something with args:

value |> SomeModule.foo some, args

This results in compile warnings because it might cause ambiguous behaviour.

artemeff commented 8 years ago

Thank you!