Emily Stark
a6f01b6c92
Fix #770 .
...
Add optional else case to {{#with}}.
2013-03-22 15:09:35 -07:00
Emily Stark
357d35d19a
Add tests for issue #770
2013-03-22 15:09:35 -07:00
David Greenspan
74e10e96af
Don't rerun computations that throw in first run
...
This change prevents Spark from rerunning isolates that errored during initial rendering, and it seems like the right thing in general.
2013-03-22 14:19:43 -07:00
David Glasser
c6f0e74136
Some updates to shrinkwrap files that I didn't commit before because I had a
...
corrupted repo from some unfinished code.
2013-03-21 15:59:24 -07:00
David Greenspan
440ca35d39
more whitespace issues
2013-03-21 14:12:11 -07:00
David Greenspan
1a6686ac9d
Deps.depend past-compat
2013-03-21 14:09:40 -07:00
David Greenspan
c61b7969fc
fix whitespace
2013-03-21 14:09:40 -07:00
David Greenspan
df5d2800ae
dep.depend() instead of Deps.depend(dep)
...
simpler than having Deps.depend and addDependent, reads fine
2013-03-21 14:09:40 -07:00
David Greenspan
cfacac8b7a
small comment clarifications
2013-03-21 13:59:28 -07:00
Nick Martin
03d5103438
Disable the native parser by default.
...
This was the behavior pre-0.5.8, and prevents some errors from becoming segfaults.
2013-03-21 13:49:16 -07:00
Naomi Seyfer
3aa9e1a36a
Clean up test-in-console output
2013-03-21 11:36:27 -07:00
Chris Mather
5e1794b8a1
Fixes #822 . Deps.flush hides Error.message.
...
Prints e.message if e.stack undefined.
2013-03-20 19:58:31 -07:00
Chris Mather
a1e73444f1
Merge branch 'devel' of github.com:meteor/meteor into devel
2013-03-20 17:34:37 -07:00
Chris Mather
4ff1764380
Fixes #850 . Publish this.changed unset a field that doesn't exist.
...
This used to throw an error "Could not find field to clear". Now it
doesn't.
2013-03-20 17:29:06 -07:00
Naomi Seyfer
c520377742
actually change the references
2013-03-20 17:27:23 -07:00
Naomi Seyfer
c33a4420f0
rename test-in-phantom test-in-console
2013-03-20 17:25:46 -07:00
Naomi Seyfer
93b81a8ebd
Fixing run script to know about its directory
2013-03-20 17:24:50 -07:00
Naomi Seyfer
bee0aaf173
Running tests from the command line works again
2013-03-20 13:23:00 -07:00
Naomi Seyfer
79132b4449
Remove console.log on report again
2013-03-20 13:23:00 -07:00
Naomi Seyfer
e19b121c3d
Synchronously get the dev bundle if it is not there
2013-03-20 13:23:00 -07:00
Naomi Seyfer
a738b6b775
dollar sign
2013-03-20 13:23:00 -07:00
Naomi Seyfer
dd3face094
Meteor is now guaranteed to be the right one on your path
2013-03-20 13:22:59 -07:00
Naomi Seyfer
3268dd261e
revert the deferring of runNext() I think it was causing problems
2013-03-20 13:22:59 -07:00
Naomi Seyfer
2333be9d4c
Added 3s delay to see if that helps complete automated test runs on linux 64
2013-03-20 13:22:59 -07:00
Naomi Seyfer
faf906c3f7
Defer between tests; fix normal in-browser test runs
2013-03-20 13:22:59 -07:00
Naomi Seyfer
e552dc5f04
Multiple results per REST request
2013-03-20 13:22:59 -07:00
Naomi Seyfer
dca5741e66
Test if platform is empty not null to give it the local platform
2013-03-20 13:22:59 -07:00
Naomi Seyfer
9b8415d113
Reporting more information
2013-03-20 13:22:59 -07:00
Naomi Seyfer
a67578d2cf
Added REST request support to test-in-phantom
2013-03-20 13:22:59 -07:00
Naomi Seyfer
1a2fa29307
Maybe handle null results better?
2013-03-20 13:22:59 -07:00
Naomi Seyfer
4deddb6c24
Whitespace. Testing git hook
2013-03-20 13:22:59 -07:00
Naomi Seyfer
cbf663be81
Test runner handles double finish
2013-03-20 13:22:59 -07:00
Naomi Seyfer
250ab97561
Added a simple shell script to run tests
2013-03-20 13:22:59 -07:00
Naomi Seyfer
bc587d7f4b
Teach the phantom driver to know about expected failures
2013-03-20 13:22:59 -07:00
Naomi Seyfer
62884e8cbe
Started a package to allow you to run Meteor tests from the command line
2013-03-20 13:22:58 -07:00
David Glasser
7b12e007e7
remove unnecessary comment
2013-03-19 15:13:54 -07:00
David Glasser
7201296bca
fix showdown for closure-world
2013-03-19 15:13:54 -07:00
David Glasser
599c6edef8
Another round of removing __meteor_bootstrap__.require.
2013-03-19 15:13:53 -07:00
David Glasser
5a5204e3a4
Remove closures around package files. (hint: git blame -w)
...
The bundler now adds closures around client files and the server adds closures
around server files.
2013-03-19 15:13:53 -07:00
David Glasser
3c8f0b5949
Wrap client code in closure too.
...
Update parties and test helpers to not use file-level vars.
2013-03-19 15:11:14 -07:00
David Glasser
25ac684588
Fix need to require Fiber.
2013-03-19 15:11:14 -07:00
David Glasser
63a7b4faa1
Meteor.release (string, client and server; none if not from a release)
2013-03-19 15:11:14 -07:00
David Glasser
bd2e6bc5b7
Add comment about Meteor.release
2013-03-19 15:11:12 -07:00
Avital Oliver
794a05b7e6
Pass release into bundler in all cases
2013-03-19 15:11:09 -07:00
Avital Oliver
d34b4b8d29
cleanup rebase mistake
2013-03-19 15:11:07 -07:00
Avital Oliver
2ee683ec68
80c
2013-03-19 15:11:05 -07:00
Avital Oliver
afd5094468
Write .npm/README, and reformatted npm-shrinkwrap.json (due to new npm)
2013-03-19 15:11:05 -07:00
Avital Oliver
caadc55c80
Eliminate one last use of __meteor_bootstrap__.require
2013-03-19 15:11:05 -07:00
Avital Oliver
b35d7ff03a
minor text change
2013-03-19 15:11:05 -07:00
Avital Oliver
5a0a4f5ab0
npm dependencies at bundle time
...
- package.js now has a top-level 'Npm.depends' directive
- both bundle-time and server run-time code can get access
to any dependent npm module with 'Npm.require'
2013-03-19 15:11:04 -07:00