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

Refactor effect dependency tracking #29

Merged
merged 24 commits into from
Mar 10, 2021
Merged

Refactor effect dependency tracking #29

merged 24 commits into from
Mar 10, 2021

Conversation

lukechu10
Copy link
Member

@lukechu10 lukechu10 commented Mar 9, 2021

Fixes #27 and #28

@lukechu10 lukechu10 added C-bug Category: bug, something isn't working A-reactivity Area: reactivity and state handling labels Mar 9, 2021
This was referenced Mar 9, 2021
@TheRawMeatball TheRawMeatball mentioned this pull request Mar 9, 2021
3 tasks
@lukechu10 lukechu10 force-pushed the refactor-reactive branch from 1f05df3 to 4b89cf4 Compare March 9, 2021 20:08
@lukechu10 lukechu10 linked an issue Mar 9, 2021 that may be closed by this pull request
3 tasks
commit b61242a
Author: Luke Chu <[email protected]>
Date:   Tue Mar 9 22:14:18 2021 -0800

    Create CODE_OF_CONDUCT.md (#33)

commit e5dddbc
Author: Kestrer <[email protected]>
Date:   Tue Mar 9 18:44:56 2021 +0000

    Remove double-boxing of Computation (#31)
@lukechu10 lukechu10 marked this pull request as ready for review March 10, 2021 18:45
@lukechu10
Copy link
Member Author

This PR breaks basic cycle detection. Cycle detection was not completely working anyways and will be tricky to implement with dynamic dependencies.

@lukechu10 lukechu10 merged commit 09d21ec into master Mar 10, 2021
@lukechu10 lukechu10 deleted the refactor-reactive branch March 10, 2021 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-reactivity Area: reactivity and state handling C-bug Category: bug, something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Recreate dependency graph on every call in create_effect Support nested effects
1 participant