Skip to content

Fibers migration#20

Open
matheusccastroo wants to merge 42 commits intofavrofrom
fav-132786-v2
Open

Fibers migration#20
matheusccastroo wants to merge 42 commits intofavrofrom
fav-132786-v2

Conversation

@matheusccastroo
Copy link
Copy Markdown

@matheusccastroo matheusccastroo commented Apr 7, 2023

We had to do a couple of changes on the meteor side, more specifically adding the async API for Assets and ensuring the loop actions from cursors correctly wait async methods.

The approach with the wrapFn was selected because it reduces noise through the code, so we don't need to find where each callback is called and wrap it with a Promise.await, instead we can just change the definition to wait automatically for us when needed and not break simulations/client/shared code.

erikolofsson and others added 30 commits February 15, 2023 14:40
Add support for importing local settings for meteor checkout
Allow specifying a local dev bundle tar file path
Allow dev bundle version to be external to tar file to allow version to be derived from bundle hash
Allow dev bundle output tar file path to be specified
Allow local node binaries path to be specified
Allow local mongo binaries path to be specified
Allow npm version to not be updated as part of bundle build
This change improves build times significantly when large bare files are used.
… the client

This significantly reduces message processing overhead.
This really should use the npm logic for what files should be included when publishing instead
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants