typelift / Swiftx

Functional data types and functions for any project
BSD 3-Clause "New" or "Revised" License
219 stars 28 forks source link

Consider updating SwiftCheck dependency to `swift-develop` branch #31

Closed DanielAsher closed 9 years ago

DanielAsher commented 9 years ago

Swiftx swift-development branch a2329bc9503b22527514bcec9bff7b9906505fdf has submodule SwiftCheck currently pinned here: d45d7023fa93c51292079c159ff18aa0c1cf5269

Can this be updated to the latest SwiftCheck swift-develop branch, here 354140578a6deab234604e298c76e262ad456f6e?

It's currently rather confusing that the SwiftCheck master branch shows the old subscript syntax for properties.

thanks,

Daniel

CodaFi commented 9 years ago

That commit is on the swift-develop branch for SwiftCheck and should be using the new syntax. If that is not the case I recommend you try a new pull of Swiftx. In the meantime, yes, I can update the dependencies to the latest version.

CodaFi commented 9 years ago

With the merge of #32, this issue is now closed.

Thanks! :sparkles:

DanielAsher commented 9 years ago

the new playgrounds are so worth it. well done and thanks for this. :+1: