-
-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Make more "swifty" #120
Labels
Milestone
Comments
jessesquires
added a commit
that referenced
this issue
Nov 5, 2018
- Nest top-level function `defaultDirectoryURL()` under `CoreDataModel` - Nest `ChildContext` typealias under `NSManagedObjectContext` extension - Move `saveContext()` top-level function to extension method on `NSManagedObjectContext` - Use `Equatable` auto-synthesis where possible Closes #120
Merged
jessesquires
added a commit
that referenced
this issue
Nov 5, 2018
- Nest top-level function `defaultDirectoryURL()` under `CoreDataModel` - Nest `ChildContext` typealias under `NSManagedObjectContext` extension - Move `saveContext()` top-level function to extension method on `NSManagedObjectContext` - Use `Equatable` auto-synthesis where possible Closes #120
jessesquires
added a commit
that referenced
this issue
Nov 5, 2018
- Nest top-level function `defaultDirectoryURL()` under `CoreDataModel` - Nest `ChildContext` typealias under `NSManagedObjectContext` extension - Move `saveContext()` top-level function to extension method on `NSManagedObjectContext` - Use `Equatable` auto-synthesis where possible Closes #120
jessesquires
added a commit
that referenced
this issue
Nov 5, 2018
- Nest top-level function `defaultDirectoryURL()` under `CoreDataModel` - Nest `ChildContext` typealias under `NSManagedObjectContext` extension - Move `saveContext()` top-level function to extension method on `NSManagedObjectContext` - Use `Equatable` auto-synthesis where possible Closes #120
jessesquires
added a commit
that referenced
this issue
Nov 5, 2018
- Nest top-level function `defaultDirectoryURL()` under `CoreDataModel` - Nest `ChildContext` typealias under `NSManagedObjectContext` extension - Move `saveContext()` top-level function to extension method on `NSManagedObjectContext` - Use `Equatable` auto-synthesis where possible Closes #120
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
There are lots of free functions that really should be extension methods instead.
Historically, this wasn't clear at the time. these are an artifact of early Swift, before we knew what "swifty" really meant.
These will be breaking changes.
The text was updated successfully, but these errors were encountered: