Mitar
28bf983ad5
Better error messages.
2015-12-31 11:17:46 +01:00
Sashko Stubailo
353e8e3a4a
Merge pull request #5845 from mitar/patch-20
...
Allow to find the corresponding collection from the store
2015-12-29 11:01:24 -08:00
Sashko Stubailo
0f0c5d3bb3
Merge pull request #5859 from Slava/devel
...
Add profiling information to clearly outline slow legacy-style compilers
2015-12-29 10:31:28 -08:00
Sashko Stubailo
64be7cf92e
Merge pull request #5898 from mitar/patch-21
...
Correct argument
2015-12-29 10:28:43 -08:00
Sashko Stubailo
9eb952685f
Merge pull request #5902 from Primigenus/patch-10
...
Tiny typo
2015-12-29 10:28:05 -08:00
Rahul
d83235a7d1
Tiny typo
2015-12-29 13:25:22 +01:00
Mitar
a21be1b261
Correct argument.
2015-12-28 15:40:43 +01:00
Martijn Walraven
b11649f7d4
Change bundle version in note to 0.5.20 as 0.5.19 is already in use
2015-12-23 15:46:08 +01:00
Martijn Walraven
aebeebedfd
Add note about bundle version 0.5.19 being in use
2015-12-23 15:29:00 +01:00
Ben Newman
ca7c0b9a58
Make ecmascript package enable JSX syntax in .jsx files.
...
Bumping the version to 0.3.0 because 0.2.x is already used on the
release-1.3 branch.
2015-12-22 11:18:28 -05:00
Slava Kim
d28d3902c1
Add profiling information to clearly outline slow legacy-style compilers
2015-12-21 15:44:16 -05:00
Mitar
aee6d2ef63
Allow to find the corresponding collection from the store.
2015-12-20 12:33:54 +01:00
Sashko Stubailo
482111f731
Merge pull request #5816 from reel/felix/fix-runnerw
...
fixes the runnerw output problem in non-tty windows console #5798
2015-12-17 10:44:25 -08:00
Sashko Stubailo
7f220c5e8c
Merge pull request #5790 from oricordeau/issue-5416
...
Fix #5416 Include `meteor shell` reference in docs
2015-12-17 00:27:43 -08:00
Avital Oliver
2d83db940b
Update History.md after merging #5747
2015-12-16 21:28:28 -08:00
Avital Oliver
a576bda03a
Merge branch 'pr/5747' into devel
...
This makes the Meteor command line tool no longer load parts of the
package catalog from SQLite on app reloads, unless the actual app
dependencies have changed.
2015-12-16 21:18:31 -08:00
Avital Oliver
0376b477a5
Add clarifying comment on improved constraint solver method
...
Explain a recent change to CS.Input.isEqual that eliminated a very
costly set of SQLite queries against the local package catalog cache
on every app rebuild.
2015-12-16 21:18:07 -08:00
Chris Watts
312a344b8d
Skips loading of the dependency cache if nothing has changed.
...
Excludes the cache from equality check as it shouldn't have changed.
2015-12-16 21:18:07 -08:00
Félix-Antoine Paradis
b0e3a7b7a8
fixes the runnerw output problem in non-tty windows console
2015-12-15 19:48:52 -05:00
Olivier Ricordeau
3dd1d0b632
Fix #5416 Include meteor shell reference in docs
2015-12-13 04:00:24 +01:00
Ben Newman
77b628d723
Upgrade es5-shim to fix #5759 .
2015-12-09 14:10:01 -05:00
Ben Newman
f7b2735d23
Reimplement fiberHelpers.parallelEach without explicit Fibers.
2015-12-09 12:06:52 -05:00
Ben Newman
6aec5ef841
Eliminate Fiber from tools/console.js.
2015-12-09 12:06:52 -05:00
Ben Newman
79f82911d0
Avoid having to use Fibers explicitly in buildmessage.forkJoin.
2015-12-09 12:06:52 -05:00
Ben Newman
3cafbc72ac
Use async functions to eliminate the need for fiberHelpers.inBareFiber.
...
The comments for inBareFiber claim that it's for times when you don't want
to inherit the dynamic environment variables of the current Fiber, but
none of the call sites actually relied on this behavior. Still, it may be
worth noting that async functions automatically (and cheaply) inherit the
calling Fiber's dynamics, which is virtually always what you want.
2015-12-09 12:06:51 -05:00
Ben Newman
58fcc8d49e
Use an async method to start Mongo in a Fiber.
2015-12-09 12:06:51 -05:00
Ben Newman
2d8fbb6c79
Eliminate Future-related utilities from tools/fiber-helpers.js.
2015-12-09 12:06:51 -05:00
Ben Newman
46e631e099
Eliminate Future from tools/files.js.
2015-12-09 12:06:51 -05:00
Ben Newman
9a466d2efa
Eliminate Future from tools/run-mongo.js.
2015-12-09 12:06:50 -05:00
Ben Newman
8f85b1a2b5
Eliminate Future from tools/selftest.js.
2015-12-09 12:06:50 -05:00
Ben Newman
8b71f9986c
Eliminate Future from tools/package-client.js.
2015-12-09 12:06:50 -05:00
Ben Newman
b36f8178de
Eliminate Future from tools/meteor-npm.js.
2015-12-09 12:06:49 -05:00
Ben Newman
8dffdaeb38
Eliminate Future from tools/main.js.
2015-12-09 12:06:49 -05:00
Ben Newman
d1b9fb1674
Eliminate Future from tools/bundler.js.
2015-12-09 12:06:49 -05:00
Ben Newman
d54410db8e
Eliminate Future from tools/service-connection.js.
2015-12-09 12:06:48 -05:00
Ben Newman
d1d0734682
Eliminate Future from tools/run-selenium.js.
2015-12-09 12:06:48 -05:00
Ben Newman
2b6647fc2a
Eliminate Future from tools/run-proxy.js.
2015-12-09 12:06:48 -05:00
Ben Newman
7f0156f273
Eliminate Future from tools/http-helpers.js.
2015-12-09 12:06:47 -05:00
Ben Newman
8ad55e3f7b
Eliminate Future from tools/console.js.
2015-12-09 12:06:47 -05:00
Ben Newman
3869b7ed04
Eliminate Future from tools/commands.js.
2015-12-09 12:06:47 -05:00
Ben Newman
15ef3884cc
Eliminate Future from tools/utils.js.
2015-12-09 12:06:46 -05:00
Ben Newman
7ac15ca0b5
Eliminate Future from tools/catalog-remote.js.
2015-12-09 12:06:46 -05:00
Ben Newman
c815a5b534
Eliminate Future from tools/buildmessage.js.
2015-12-09 12:06:46 -05:00
Ben Newman
f57a2756a6
Eliminate Future from tools/auth.js.
2015-12-09 12:06:45 -05:00
Ben Newman
d245199737
Eliminate Future from run-{all,app}.js, in favor of Promise.
...
Any code that has access to a Future object also has the capability of
calling its .return method. Promise objects, by contrast, can only be
resolved or rejected by the creator of the Promise (or any code granted
access to the special resolve and/or reject functions, which are not
simply methods of the Promise object). The run-app.js file contains a lot
of code that used to assume a Future could be resolved by anyone, which is
why the _{make,resolve}Promise methods were necessary.
For this reason, replacing Future with Promise in these two files seemed
tricky and worth attempting first, before spending time converting easier
files.
2015-12-09 12:06:45 -05:00
Ben Newman
cba119ea5d
Eliminate spurious require('fibers/future') calls in various files.
2015-12-09 12:06:45 -05:00
Ben Newman
61f819b89a
Forbid user-provided npm configuration files in meteor-npm.js.
...
Follow up to #5710 .
2015-12-08 20:08:13 -05:00
Ben Newman
093e73da28
Merge pull request #5710 from mitar/patch-16
...
Make sure no user configuration is used.
2015-12-08 19:23:16 -05:00
Ben Newman
659ba3c094
Bump BUNDLE_VERSION to 0.5.18.
2015-12-08 19:00:15 -05:00
Ben Newman
8a7102d9dd
Use the new Node v0.10.41 build when building the dev bundle.
2015-12-08 18:59:40 -05:00