Files
meteor/packages
David Glasser df2820ffd9 Only do one query for forEach/count in Deps
They used to run the query twice: once for the actual result and once to
set up the observe. Now it shares the work between the observe and the
actual query.

This required me to inline the _depend helper, but I actually think this
made what's going on more direct and clear.

Drop the _allow_unordered hack. I'm not convinced that it was ever truly
valid; the observe code really doesn't support unordered observes with
skip and limit, and I could not remember what it was about count's use
that made it hypothetically safe.  Easier to just remove the hack (until
we maybe eventually actually fix #1643)

Stop using Deps.Dependency in an unidiomatic way; just use
Deps.currentComputation directly.
2014-06-05 13:18:51 -07:00
..
2014-05-08 12:12:45 -07:00
2014-02-03 10:36:33 -08:00
2013-12-04 12:46:47 -08:00
2014-04-30 23:32:24 -07:00
2014-05-21 20:28:34 -07:00
2014-02-25 00:45:22 -08:00
2014-02-18 15:47:42 -08:00
2014-04-06 15:36:05 -07:00
2014-03-26 23:29:03 -07:00
2014-05-22 15:24:43 -07:00
2014-05-28 13:48:27 -07:00
2014-04-30 23:32:24 -07:00
2014-06-04 09:35:23 -07:00