Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better process effects #11560

Merged
merged 5 commits into from May 11, 2024
Merged

Better process effects #11560

merged 5 commits into from May 11, 2024

Conversation

trueadm
Copy link
Contributor

@trueadm trueadm commented May 11, 2024

Fixes #11532.

Copy link

changeset-bot bot commented May 11, 2024

🦋 Changeset detected

Latest commit: 58145ae

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
svelte Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@trueadm trueadm merged commit 643bbf2 into main May 11, 2024
6 of 8 checks passed
@trueadm trueadm deleted the better-process_effects branch May 11, 2024 19:44
// We might be dealing with many effects here, far more than can be spread into
// an array push call (callstack overflow). So let's deal with each effect in a loop.
for (var i = 0; i < effects.length; i++) {
if ((filter_flags & EFFECT) !== 0) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is the if condition inside the for loop? It looks like it isn't dependent on the content so can be switched

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do you mean? Feel free to put up a PR to show what you mean. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Svelte 5: Spread Operator "Maximum call stack size exceeded"
2 participants