mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
Swift 2.0 support #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ejensen on GitHub (Jun 24, 2015).
I'm starting a new project with Swift 2.0 and would like to use CoreStore. Is Swift 2.0 support on the roadmap?
@JohnEstropia commented on GitHub (Jun 25, 2015):
Yes! In fact I have a Swift 2.0-converted repository locally, but I haven't pushed it yet.
The reason is I'm planning to rewrite the error-handling to use
throwing methods instead of the currentenum-returning methods.I can't say how long it would take though; I'm also writing migration utilities right now (prototype in the develop branch).
@pagliara commented on GitHub (Jun 29, 2015):
CoreStore has been really useful in a project I'm working on now. Support for Swift 2.0 would be greatly appreciated.
@JohnEstropia commented on GitHub (Jul 8, 2015):
@ejensen @pagliara
I have pushed the Swift 2.0-converted version (along with migration utilities) to the develop branch. The error handling will undergo a big overhaul so a rewrite will be required later on, but you should be able to build projects in Swift 2.0 with the current develop branch.