ReSwift/ReSwift

Behavior of skipRepeats unintuitive

オープン

#352 opened on 2018/06/02

 (6 件のコメント) (0 件のリアクション) (0 人の担当者)Swift (522 件のフォーク)batch import
Confirmed - Needs ImplementationGood First Issue

Repository metrics

Stars
 (7,603 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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.

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