ReSwift/ReSwift

Behavior of skipRepeats unintuitive

Open

#352 opened on 2018年6月2日

GitHub で見る
 (6 comments) (0 reactions) (0 assignees)Swift (7,603 stars) (522 forks)batch import
Confirmed - Needs ImplementationGood First Issue

説明

If i explicitly define a skipRepeats function on my subscription selection I feel that it should take precedence over my type's == implementation. More than a few times I've been burned by not realizing the Subscription is forgoing skipRepeats because its selection is Equatable.

コントリビューターガイド