You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we remove the option to set automaticDiffingEnabled to false in TableViewDriver?
Now that we require diffingKeys in sections, it is not clear that it has much benefit and can lead to bugs.
The text was updated successfully, but these errors were encountered:
anayini
changed the title
Remove the option to configure automaticDiffingEnabled
Remove the option to configure automaticDiffingEnabled on TableViewDriver
Feb 28, 2019
Update here - in my PR where I did this, I think it may have revealed a crash in DifferenceKit. Will try to see if I can repro a smaller case and if so, hand it off as an issue on DifferenceKit.
New issue checklist
README
and documentationGeneral information
Can we remove the option to set
automaticDiffingEnabled
tofalse
inTableViewDriver
?Now that we require
diffingKey
s in sections, it is not clear that it has much benefit and can lead to bugs.The text was updated successfully, but these errors were encountered: