Files
meteor/tools
David Glasser 0166cef1f0 eliminate compiler.getBuildOrderConstraints
This gets rid of a call to determineBuildTimeDependencies, which calls
the constraint solver. This is step one of getting rid of
determineBuildTimeDependencies.

Note that this changes the build order logic a little.

In 0.8.3 and earlier we always built *all* the packages we *directly*
depended on before building ourselves. And this led to building the
transitive closure, or at least up until we hit pre-built (release)
packages, which couldn't depend on non-release packages anyway.

In 0.9.0 we only built packages we depend on that have plugins, and the
complete transitive closure of plugins within ourself.  This required
the heavierweight constraint solver call, or at least futzing with the
catalog. I think the "don't build direct dependencies without plugins"
isn't a necessary optimization and it's canceled out by requiring you to
run the constraint solver.  The transitive closure issue is real, but
before merging this branch we'll move the _build logic out of
LocalCatalog.
2014-11-25 09:06:08 -08:00
..
2014-09-30 19:25:35 -07:00
2014-11-12 17:13:41 -08:00
2014-11-12 17:13:41 -08:00
2014-11-16 17:50:52 -08:00
2014-08-04 19:03:05 -07:00
2014-11-07 16:45:58 -08:00
2014-09-29 22:50:49 -04:00
2014-11-07 16:45:59 -08:00
2014-11-07 16:45:59 -08:00
2014-11-07 16:45:59 -08:00
2014-10-23 16:15:45 -07:00
2014-11-07 16:45:58 -08:00
2014-11-22 11:17:21 -08:00
2014-11-12 17:13:41 -08:00