Closed hernanmd closed 4 months ago
@jecisc this is what you need to get the CI green again :)
This one has the same problem as a PR done by esteban :( I don't know why but the produced image has methods without protocol which should never happen. And I have a really hard time to debug the problem.
It's probably not caused by your code directly, but it probably causes something that ends up creating the problem
This change allows for custom comparison strategies to
SpCollectionListModel
. The main changes are:comparisonStrategy
instance variable with getter and setter.indexOf:ifAbsent:
method to use the comparison strategy.comparisonStrategy
with identity comparison in theinitialize
method.