Files
meteor/tools
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-09-30 19:25:35 -07:00
2014-10-30 22:43:13 -07:00
2014-03-05 23:33:06 -08:00
2014-10-30 15:12:28 -07:00
2014-10-30 22:43:13 -07:00
2014-10-30 22:43:13 -07:00
2014-10-30 22:43:13 -07:00
2014-10-30 22:43:13 -07:00
2014-10-28 10:03:29 -07:00
2014-08-04 19:03:05 -07:00
2014-09-29 22:50:49 -04:00
2014-06-17 17:33:55 -07:00
2014-10-30 22:43:13 -07:00
2014-06-13 17:14:42 -07:00
2014-10-23 16:15:45 -07:00
2014-09-24 15:53:05 -07:00
2014-08-28 11:14:40 -07:00
2014-10-14 21:14:14 -07:00