Files
meteor/tools/tests
David Glasser a1e002a250 meteor run sees changes to .meteor/versions
`meteor run` doesn't always write changes to `.meteor/versions`: it only
does so if its release (or checkout-ness) matches `.meteor/release`.  So
it preferred to just remember the value of `.meteor/versions` from
rebuild to rebuild rather than forgetting what it knew and re-reading
the possibly-not-updated file.

However, if some other process changes `.meteor/versions`, it would
ignore that change.  With this fix, if `.meteor/versions` changes then
that is considered to be the previous versions list, not the last
version list from the same process.  For example, this would commonly
happen due to using `meteor update` to update packages (without changing
the tool, which would cause the runner to stop).

Fixes #3582.
2015-04-01 14:39:46 -04:00
..
2015-03-30 20:15:36 -07:00
2015-03-05 19:21:48 -08:00
2014-11-25 09:06:25 -08:00
2015-03-11 17:46:17 -07:00
2014-12-01 10:29:33 -08:00
2014-08-27 19:36:57 -07:00
2015-03-05 15:54:37 -08:00
2015-03-30 20:15:36 -07:00
2015-02-02 11:33:55 -08:00