Skip to content

fix not recomputing dirty parents if not in flush queue#113

Merged
Bloomca merged 1 commit into
mainfrom
fix-dirty-parent-not-flushing
Jul 17, 2026
Merged

fix not recomputing dirty parents if not in flush queue#113
Bloomca merged 1 commit into
mainfrom
fix-dirty-parent-not-flushing

Conversation

@Bloomca

@Bloomca Bloomca commented Jul 17, 2026

Copy link
Copy Markdown
Owner

Description

Fix a bug where a parent can be dirty but not a part of the flush queue. This can happen if the parent is derived (e.g. via .map()) and then never updated, then later combined with another signal, and then the other part is updated. This triggers a queue flush, but the first parent won't be recomputed.

This PR fixes it and adds regression tests for that.

@Bloomca
Bloomca merged commit caaf7a8 into main Jul 17, 2026
4 checks passed
@Bloomca
Bloomca deleted the fix-dirty-parent-not-flushing branch July 17, 2026 04:04
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.

1 participant