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

chore: refactor internal signal dependency heuristic #12881

Merged
merged 6 commits into from
Aug 17, 2024

Conversation

trueadm
Copy link
Contributor

@trueadm trueadm commented Aug 16, 2024

This greatly simplifies and speeds up our internal signal dependency logic. We no longer need a Set and we handle duplicates by design – removing the need to check for duplicates. This also gets rid of a lot of convoluted logic that has bothered me for a while.

Copy link

changeset-bot bot commented Aug 16, 2024

🦋 Changeset detected

Latest commit: 9e80638

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 changed the title chore: remove redundant signal logic chore: refactor internal signal dependency heuristic Aug 17, 2024
@trueadm trueadm merged commit 8175588 into main Aug 17, 2024
9 checks passed
@trueadm trueadm deleted the remove-redundant-code branch August 17, 2024 13:35
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.

2 participants