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
{{ message }}
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.
suppose a and b are collections return by finders on a class A:
suppose (a - b).count == 5
suppose we have a chained finder which returns only a subset of items of A:
(a - b).my_filter.count should be <= (a - b).count, but it is actually larger.
See the test case here:
https://gist.github.com/3569c20a3bf30f269699
Created by Matt - 2010-11-13 02:18:34 UTC
Original Lighthouse ticket: http://datamapper.lighthouseapp.com/projects/20609/tickets/1446
The text was updated successfully, but these errors were encountered: