robrix / Prelude

Swift µframework of simple functional programming tools
MIT License
409 stars 26 forks source link

Backward pipe operator has got right associativity. #56

Closed werediver closed 7 years ago

werediver commented 7 years ago

Solves issue #55 by changing the backward pipe <| operator associativity from left to right.

Version changed from 1.6.0 to 1.7.0 in podspec (minor update). Should we make a major update instead?

nikita-leonov commented 7 years ago

@werediver Latest release was done to a tag 2.0.0, somehow Podspec was not actually adjusted. I think we need to make it 3.0.0 anyway now to fix the situation.

ps I will provide to the same PR removing of deprecated previously unit code, as we bumping up major version it is right to do so.

werediver commented 7 years ago

I can delete unit in this PR to keep transition to v3.0.0 atomic.

nikita-leonov commented 7 years ago

@werediver makes sense, please do.

werediver commented 7 years ago

Now this (over-) solves #43 as well.

nikita-leonov commented 7 years ago

Looks good. Thanks!