ReSwift/ReSwift

Behavior of skipRepeats unintuitive

开放

#352 创建于 2018年6月2日

 (6 条评论) (0 个反应) (0 位负责人)Swift (522 个派生)batch import
Confirmed - Needs ImplementationGood First Issue

仓库指标

星标
 (7,603 个星标)
PR 合并指标
 (30 天内没有已合并 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.

贡献者指南