Commit Graph

1097 Commits

Author SHA1 Message Date
denihs
9fd401b7d5 - creating the function Console.yield() 2023-03-14 15:55:55 -04:00
zodern
4f6882c08c Fix linking the app client when TLA is disabled 2023-03-10 15:27:03 -06:00
Gabriel Grubba
3b48d0b264 Merge branch 'release-3.0' into adjust-detecting-fibers-enabled 2023-03-10 17:56:54 -03:00
zodern
c727788332 Rename fibersDisabled to isFibersDisabled 2023-03-06 10:45:29 -06:00
Gabriel Grubba
95ad1bfbcd Merge pull request #12538 from meteor/fix/meteor-3-add-css
[Meteor 3] Partial fix for stylesheets
2023-03-06 09:45:38 -03:00
Gabriel Grubba
ebe0be01d6 Merge pull request #12536 from meteor/fix/missing-globals-no-app-files
[Meteor 3] Fix missing globals and packages unable to import from app's node_modules
2023-03-06 09:38:31 -03:00
Gabriel Grubba
ff69265e7e Merge pull request #12535 from meteor/fix/meteor-3-rebuild-node-modules-missing-files
[Meteor 3] Fix missing files when copying node modules to rebuild native deps
2023-03-06 09:37:46 -03:00
zodern
6ee9b1a9ed Temporarily add css without running lazy finalizer 2023-03-03 20:43:19 -06:00
zodern
8babb0c8de Use features to configure async-await plugin 2023-03-03 17:09:19 -06:00
zodern
ae49aa44bb Use __meteor_bootstrap__ to check if fibers enabled 2023-03-03 17:07:23 -06:00
zodern
5d5a31a56e Ensure globals always defined when linking app 2023-03-03 16:58:07 -06:00
zodern
4938c2764d Fix missing files when copying node modules 2023-03-03 14:43:32 -06:00
Gabriel Grubba
4e55417b13 Revert "Merge remote-tracking branch 'origin/fix/core-runtime-weak-deps' into release-3.0"
This reverts commit 2b689afb59, reversing
changes made to 766e3a32ca.
2023-03-01 15:35:48 -03:00
Gabriel Grubba
41a415d8b9 removed wrong awaits 2023-03-01 09:56:51 -03:00
Gabriel Grubba
98a09e6be5 Revert "Merge remote-tracking branch 'origin/fix/core-runtime-weak-deps' into release-3.0-test-command"
This reverts commit d5fb29d78c, reversing
changes made to c615639de2.
2023-03-01 09:56:35 -03:00
Gabriel Grubba
2b689afb59 Merge remote-tracking branch 'origin/fix/core-runtime-weak-deps' into release-3.0
# Conflicts:
#	tools/isobuild/linker.js
2023-02-28 15:04:36 -03:00
Gabriel Grubba
d5fb29d78c Merge remote-tracking branch 'origin/fix/core-runtime-weak-deps' into release-3.0-test-command
# Conflicts:
#	tools/isobuild/linker.js
2023-02-28 15:00:28 -03:00
Gabriel Grubba
275338421e wip 2023-02-28 10:23:24 -03:00
Gabriel Grubba
91baa3158f Merge branch 'release-3.0' into release-3.0-test-command
# Conflicts:
#	packages/babel-compiler/.npm/package/npm-shrinkwrap.json
#	packages/webapp/webapp_server.js
2023-02-27 11:38:22 -03:00
denihs
bd3290d626 Merge branch 'release-3.0' into release-3.0-tests-ddp-client
# Conflicts:
#	packages/ddp-server/livedata_server.js
#	tools/isobuild/linker.js
2023-02-27 10:07:41 -04:00
Henrique A. Schmaiske
f21c00438c add await to file.data 2023-02-23 15:35:35 -03:00
Henrique A. Schmaiske
2064c8f2dd remove unnecessary awaits 2023-02-23 15:18:14 -03:00
Gabriel Grubba
39ae2d7761 Revert "Revert "awip: dded and await in profile""
This reverts commit 36fb27162c.
2023-02-15 11:59:46 -03:00
Gabriel Grubba
36fb27162c Revert "awip: dded and await in profile"
This reverts commit 8793910da8.
2023-02-15 11:57:29 -03:00
Gabriel Grubba
8793910da8 awip: dded and await in profile 2023-02-15 11:56:54 -03:00
Gabriel Grubba
cacaa42877 docs: added jsDocs to saveToPath 2023-02-14 11:32:25 -03:00
denihs
59a30a0fa9 fixing ddp-client tests 2023-02-07 15:30:04 -04:00
denihs
692d3eb5f5 fix 'minimongo - observe ordered with projection 2023-02-07 10:20:08 -04:00
zodern
dd82506241 Simplify adding to orderedDeps 2023-02-03 16:51:57 -06:00
zodern
e3839292fc Fix load order of weak deps 2023-02-03 16:37:00 -06:00
zodern
1e718277fb Remove await's for archinfo.host 2023-01-30 13:55:30 -06:00
zodern
f60663ca12 Fix handling implied packages in linker 2023-01-27 17:07:03 -06:00
denihs
1e76987840 fixing load-js-image and linker 2023-01-23 17:10:43 -04:00
denihs
ead8c2a126 Merge branch 'release-3.0' into release-3.0-tools-and-mongo
# Conflicts:
#	meteor
#	npm-packages/eslint-plugin-meteor/scripts/dev-bundle-tool-package.js
#	npm-packages/meteor-babel/package-lock.json
#	npm-packages/meteor-babel/package.json
#	packages/babel-compiler/.npm/package/npm-shrinkwrap.json
#	packages/babel-compiler/package.js
#	packages/meteor/package.js
#	scripts/dev-bundle-tool-package.js
2023-01-18 15:37:36 -04:00
denihs
048f4a0f47 Merge branch 'feature/top-level-await-reify' into release-3.0-tools-and-mongo
# Conflicts:
#	npm-packages/meteor-babel/package-lock.json
#	packages/babel-compiler/.npm/package/npm-shrinkwrap.json
#	tools/isobuild/linker.js
#	tools/static-assets/server/boot.js
2023-01-18 15:13:27 -04:00
Matheus Castro
15b5a397dd Remove Fibers from meteor-tools:
- Bulk changes to self-tests definitions. Now we go into each one to see what's failing and what's not.
2023-01-18 09:50:54 -03:00
Matheus Castro
900a1cb3ec Remove Fibers from meteor-tools:
- Adapt self-test runner to work without Fibers.
2023-01-18 00:52:07 -03:00
zodern
2693bcf3f5 Cleanup 2023-01-06 17:12:01 -06:00
Matheus Castro
b1b7c167f8 Remove Fibers from meteor-tools:
- Readdir comes from files namespace..
2023-01-06 18:39:58 -03:00
zodern
7d2acc4793 Show package name in error for missing runtime 2022-12-30 14:39:15 -06:00
zodern
c8c40c1a40 Merge branch 'devel' into feature/top-level-await-reify 2022-12-30 13:47:14 -06:00
Matheus Castro
0ebbe9de51 Remove Fibers from meteor-tools:
- Fix watchSet issue when restarting the server because of file changes.
- Remove Fiber usage from tinytest_server.js
2022-12-30 15:15:04 -03:00
Tim Gates
aaefcc9abf docs: Fix a few typos
There are small typos in:
- docs/source/commandline.md
- tools/isobuild/compiler-deprecated-compile-step.js
- tools/utils/buildmessage.js

Fixes:
- Should read `libraries` rather than `libaries`.
- Should read `file name` rather than `filenanme`.
- Should read `compatibility` rather than `compitability`.

Signed-off-by: Tim Gates <tim.gates@iress.com>
2022-12-30 11:24:39 +11:00
Matheus Castro
d243419d3c Remove Fibers from meteor-tools:
- Don't use forkJoin when downloading missing packages.
2022-12-29 18:19:04 -03:00
zodern
11a8f07292 Simplify generating return object code 2022-12-29 13:28:38 -06:00
zodern
707d4a3c68 Fix loading build plugins without core-runtime 2022-12-29 12:59:26 -06:00
Matheus Castro
4c27996f4e Remove Fibers from meteor-tools:
- Removing Fibers from catalog and tropohouse.
2022-12-28 17:28:37 -03:00
zodern
b52d46eb96 Build plugins wait for async modules 2022-12-23 16:26:49 -06:00
zodern
f48b7575b8 Add new runtime for loading packages and the app 2022-12-23 13:01:10 -06:00
Matheus Castro
810cc8b0e5 Remove Fibers from meteor-tools:
- Add missing await to generate file name, since when using builder.enter we "proxy" those methods and they are async.
2022-12-22 14:18:17 -03:00