-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This swaps out Dwifft for DifferenceKit, which uses Paul Heckel's more efficient diffing algo (same one used by IGListKit). Most of the work here is adding layers to avoid Self/associatedtype requirements issues with our protocols. These layers could be removed in the future though, pending changes that would allow this in Swift 5 or generics changes to TableViewModel/CollectionViewModel. This also fixes #126
- Loading branch information
1 parent
3c17140
commit f3c8d00
Showing
56 changed files
with
2,181 additions
and
1,386 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,25 @@ | ||
PODS: | ||
- Dwifft (0.8) | ||
- DifferenceKit (0.5.3): | ||
- DifferenceKit/Core (= 0.5.3) | ||
- DifferenceKit/UIExtensions (= 0.5.3) | ||
- DifferenceKit/Core (0.5.3) | ||
- DifferenceKit/UIExtensions (0.5.3): | ||
- DifferenceKit/Core | ||
- SwiftLint (0.26.0) | ||
|
||
DEPENDENCIES: | ||
- Dwifft (= 0.8.0) | ||
- DifferenceKit (= 0.5.3) | ||
- SwiftLint (= 0.26.0) | ||
|
||
SPEC REPOS: | ||
https://github.com/cocoapods/specs.git: | ||
- Dwifft | ||
- DifferenceKit | ||
- SwiftLint | ||
|
||
SPEC CHECKSUMS: | ||
Dwifft: 463e61d07322fdf83b32ee6975ca1b20708db746 | ||
DifferenceKit: 2037137305c55a39ff729baa72697efa30b1052d | ||
SwiftLint: f6b83e8d95ee1e91e11932d843af4fdcbf3fc764 | ||
|
||
PODFILE CHECKSUM: a43a91afd77a3063737440f03c6ccb9032ab397a | ||
PODFILE CHECKSUM: cf0cb4ba9c95fd5e4dfb062e0957cd7af7e98e0f | ||
|
||
COCOAPODS: 1.5.3 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.