Skip to content

Better once implementation.#4897

Open
toots wants to merge 3 commits intomainfrom
better-once
Open

Better once implementation.#4897
toots wants to merge 3 commits intomainfrom
better-once

Conversation

@toots
Copy link
Member

@toots toots commented Feb 13, 2026

The current once implementation has a race condition: if the source to play from is not readily available, the sequence moves to the next source and never comes back.

This can be fixed with either a switch or source.dynamic. I chose source.dynamic because we want to use this operator as the base operator for a bunch on higher level things from now on.

The whole prepare source reference round trip still isn't super easy but it's a good compromise for now.

@toots toots enabled auto-merge February 13, 2026 23:44
@toots toots force-pushed the better-once branch 3 times, most recently from ffb9de2 to de470c5 Compare February 14, 2026 19:02
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