typelift / Aquifer

Functional streaming abstractions in Swift
72 stars 6 forks source link

Update to Swift 3.0 #27

Closed CodaFi closed 8 years ago

pthariensflame commented 8 years ago

There are a bunch of places where you replaced R>.T with > and now have a dangling comma as a result! 😆

CodaFi commented 8 years ago

Good catch! Should be in docs only. Xcode's visual regular expression matcher was off-by-a-capture-group for some reason.

pthariensflame commented 8 years ago

I'm also not entirely convinced of the correctness of the new precedence group assignments. It seems to me that we should follow the lead of the pipes library from whence we came, at least as far as relative precedence goes.

CodaFi commented 8 years ago

Agreed. I'll redo them tomorrow.

CodaFi commented 8 years ago

@pthariensflame How does it look?

pthariensflame commented 8 years ago

👍 ⛵

pthariensflame commented 8 years ago

swift-develop is now protected!