Files
meteor/packages/minimongo
Emily Stark 78d08b5537 Revert part of "Test that reverting df2820 fixed #2275."
This reverts commit c05ae240af EXCEPT for
the "fetch in observe" test, which I'm leaving in because we still want
a test for #2275.

This commit made it an error to start an observeChanges from within an
observeChanges callback for the same collection, but it turns out that
this is actually a somewhat common thing to do (for example, nested
'each'). Instead, we'll leave things the way they were pre-0.8.2: you
can start an observeChanges from within an observeChanges callback, but
it'll be subtly buggy in that you won't get synchronous 'added'
callbacks. This issue is described in #2315, along with the fact that
insert/update/remove/resumeObservers won't run their affected observe
callbacks if they are called from within a task on the collection's
queue. Eventually we'll implement the full fix (which relaxes the
requirement that insert/update/remove run all their callbacks before
returning) described in #2315.
2014-07-21 10:56:08 -07:00
..
2014-01-23 21:28:21 -08:00
2014-01-02 23:00:18 -08:00
2014-01-27 16:22:30 -08:00
2014-02-26 18:44:24 -08:00
2014-03-17 02:17:06 -07:00
2014-03-17 02:17:06 -07:00