Commit Graph

11 Commits

Author SHA1 Message Date
Sashko Stubailo
8b5399efe2 Fix read-only variables 2015-07-29 16:10:16 -07:00
Sashko Stubailo
27bd92b0a4 Lint parse-stack.js 2015-07-29 12:36:44 -07:00
Sashko Stubailo
c6827b3663 Improve comments about Future stack traces 2015-07-29 12:24:01 -07:00
Sashko Stubailo
286f1e29e2 When the stack has two parts, print both
This makes it much much easier to debug build plugins
2015-07-29 12:06:09 -07:00
David Glasser
67b98ffecc parse-stack: don't choke on files with colons
Note: the added '?' to the regexps (which make this non-greedy) are
important! Without them, it'll think that the line numbers are part of
the file name.  (The test would still pass because it will still format
it the same way.)

Fixes #2554.
2014-09-12 12:31:36 -07:00
David Glasser
2e5adc2659 fix autoupdate test
also fixes a bunch of other stuff like:

- parseStack markTop works again (so you get the right line numbers in
  self-test)

- you can (with appropriate env var) run apps with NO PACKAGES at
  all (even ctl)

- more consistently refer to METEOR-CORE@ releases as "Meteor 1.2.3"
2014-06-17 14:26:29 -07:00
Geoff Schmidt
985ffea9fa WIP - make package build run the constraint solver.
move constraint solver from a package into the tool.
unipackage loading is broken; next step is to fix that
2014-03-12 19:02:47 -07:00
Geoff Schmidt
9eca81985b Enhance stack parser. 2014-02-13 18:48:18 -08:00
David Glasser
e595045fd6 Add comment about - - - - - 2014-02-04 11:23:56 -08:00
David Glasser
57095409fb More concrete explanation of markBottom vs markTop 2014-01-30 16:46:28 -08:00
Geoff Schmidt
1bf1c094ce First pass on new test harness for command-line tool 2014-01-09 02:47:17 -08:00