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

Remove action consuming #582

Merged
merged 1 commit into from
Aug 8, 2024
Merged

Remove action consuming #582

merged 1 commit into from
Aug 8, 2024

Conversation

alice-i-cecile
Copy link
Contributor

Closes #443.

This functionality is complex, niche and extremely confusing for users. As we prepare for upstreaming, this needs to be cut.

Generally speaking, to work with this sort of "capture once" logic, you should be using events, generated based on changes in state. Thankfully, LWIM already ships with this, in the form of ActionDiff events. Read those, and destroy any you don't want to propagate further.

@alice-i-cecile alice-i-cecile added code-quality Make the code faster or prettier usability Reduce user friction labels Aug 8, 2024
@alice-i-cecile alice-i-cecile enabled auto-merge (squash) August 8, 2024 15:12
@alice-i-cecile alice-i-cecile merged commit e8d4da4 into main Aug 8, 2024
4 checks passed
@alice-i-cecile alice-i-cecile deleted the consumed-begone branch August 8, 2024 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code-quality Make the code faster or prettier usability Reduce user friction
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ActionDiffs are not being networking correctly when an action is consumed
1 participant