Files
meteor/tools/tests
David Glasser b5d2cce308 Refactor LocalCatalog
- Simplify internal data structure to just have one map of name ->
  various data instead of a whole bunch of different unsynchronized data
  structures (most of which were used with frequent O(n) operations).

- Move the getLoadPathForPackage logic which combines local and remote
  packages into LayeredCatalog from LocalCatalog, and delete the
  unnecessary copy in BootstrapCatalogCheckout.

- Rename a bunch of fields to make it explicit which ones contain
  package objects, which ones contain package directories, and which
  ones contain package *search* directories

- Replace random version IDs and a long comment about why random is safe
  with sequential. (I don't think these version IDs are ever used
  anyway.)

- Drop unused "initializing" option to refresh

- Drop redundant call to _recomputeEffectiveLocalPackages in
  addLocalPackage (it is called immediately below by refresh).
2014-10-30 22:43:13 -07:00
..
2014-06-25 17:33:55 -07:00
2014-10-30 22:43:13 -07:00
2014-06-24 16:49:19 -07:00
2014-03-14 18:50:48 -07:00
2014-08-21 19:37:23 -07:00
2014-08-27 19:36:57 -07:00
2014-06-26 17:32:17 -07:00
2014-09-11 15:31:02 -07:00
2014-10-29 19:12:32 -07:00
2014-10-23 16:56:05 -07:00
2014-05-28 19:05:27 -07:00