DeepDiff icon indicating copy to clipboard operation
DeepDiff copied to clipboard

🦀Amazingly incredible extraordinary lightning fast diffing in Swift

Results 19 DeepDiff issues
Sort by recently updated
recently updated
newest added

For some reason, even if you specify `reload(replacementAnimations: .none)` the tableView still updates the item with an animation the first time it replaces it. It seems that [stackoverflow](https://stackoverflow.com/a/46591965/1346390) suggests wrapping...

In my situation, I make diffing between two different classes packaged by the same enum. As: enum PackagingEnum: DiffAware { case a(ClassA) case b(ClassB) var diffId: Int { switch self...

> invalidManifestFormat("/var/folders/6q/wgy6jtp12w5gzgm9lzcglpqw0000gn/T/TemporaryFile.rCB6P4.swift:11:19: error: \'v6\' is unavailable\n .watchOS(.v6)\n ^~\nPackageDescription.SupportedPlatform:45:27: note: \'v6\' was introduced in PackageDescription 5.1\n public static var v6: PackageDescription.SupportedPlatform.WatchOSVersion\n ^", diagnosticFile: Optional()) in https://github.com/onmyway133/DeepDiff Introduced in 2.3.2. Caused by...

Hello, Should I implement diifId If object is already conforming Hashable? I am using `RealmSwift` and my class conforms `Object` protocol which also conforms `Hashable`. My problem is that I...

I gets crash: `Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'attempt to delete item 20 from section 0 which only contains 20 items before the update'` My changes: First...

We should encourage users to hook into the willSet parameter as the tableview / collection view are finicky and will crash when the underlying data is not atomically set.

Hi, Thanks for the great work done on this. I'm running into an issue adding a new section that did not exist in the first place. Is there any way...

I made a PR to this end. It can be useful when looking at changes while hiding private implementation. See https://github.com/onmyway133/DeepDiff/pull/33 .

I would love to use this library, but I can't build it for Mojave! It seems like a fairly simple pure-swift library, is there any reason it couldn't support older...