-
Notifications
You must be signed in to change notification settings - Fork 35
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
some persistent ops still replay infinitely on 'static #1050
Labels
Milestone
Comments
MingweiSamuel
changed the title
persistent ops replay infinitely on 'static
some persistent ops still replay infinitely on 'static
Jan 31, 2024
MingweiSamuel
added
bug
Something isn't working
hydroflow syntax
Hydroflow's custom surface syntax
labels
Jan 31, 2024
And |
MingweiSamuel
added a commit
to MingweiSamuel/hydroflow
that referenced
this issue
Feb 2, 2024
MingweiSamuel
added a commit
to MingweiSamuel/hydroflow
that referenced
this issue
Feb 2, 2024
MingweiSamuel
added a commit
that referenced
this issue
Feb 2, 2024
…943 (#1055) fixup #1026 exacerbates bug: #1050 (comment)
This was referenced Feb 5, 2024
Closed
MingweiSamuel
added a commit
to MingweiSamuel/hydroflow
that referenced
this issue
Mar 1, 2024
MingweiSamuel
added a commit
to MingweiSamuel/hydroflow
that referenced
this issue
Mar 1, 2024
MingweiSamuel
added a commit
to MingweiSamuel/hydroflow
that referenced
this issue
Mar 1, 2024
MingweiSamuel
added a commit
to MingweiSamuel/hydroflow
that referenced
this issue
Mar 4, 2024
MingweiSamuel
added a commit
to MingweiSamuel/hydroflow
that referenced
this issue
Mar 4, 2024
MingweiSamuel
added a commit
to MingweiSamuel/hydroflow
that referenced
this issue
Mar 4, 2024
MingweiSamuel
added a commit
to MingweiSamuel/hydroflow
that referenced
this issue
Mar 4, 2024
MingweiSamuel
added a commit
to MingweiSamuel/hydroflow
that referenced
this issue
Mar 4, 2024
MingweiSamuel
added a commit
to MingweiSamuel/hydroflow
that referenced
this issue
Mar 4, 2024
MingweiSamuel
added a commit
to MingweiSamuel/hydroflow
that referenced
this issue
Mar 4, 2024
MingweiSamuel
added a commit
that referenced
this issue
Mar 4, 2024
MingweiSamuel
added a commit
that referenced
this issue
Mar 4, 2024
MingweiSamuel
added a commit
that referenced
this issue
Mar 4, 2024
This was referenced Mar 26, 2024
This was referenced Mar 26, 2024
Closed
MingweiSamuel
added a commit
to MingweiSamuel/hydroflow
that referenced
this issue
Apr 26, 2024
MingweiSamuel
added a commit
to MingweiSamuel/hydroflow
that referenced
this issue
Apr 26, 2024
MingweiSamuel
added a commit
to MingweiSamuel/hydroflow
that referenced
this issue
Apr 26, 2024
MingweiSamuel
added a commit
to MingweiSamuel/hydroflow
that referenced
this issue
Apr 26, 2024
MingweiSamuel
added a commit
to MingweiSamuel/hydroflow
that referenced
this issue
Apr 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
As surfaced in #800,
fold_keyed<'static...
causes indefinite replay in a cycle. It should behave likepersist
as in #906 and checkif context.is_first_run_this_tick()
.Need to check if the same problem arises with
fold
andreduce
andreduce_keyed
andlattice_fold
and_lattice_fold_batch
.Fixed?
fold
(lattice_fold
) feat(hydroflow_lang): allowfold()
to be referenceable as a singleton (3/x) #1134fold_keyed
Fix #1050 forfold_keyed
#1086reduce
(lattice_reduce
) feat(hydroflow_lang): allowreduce()
to be referenceable as a singleton, fix docs and bugs #1150reduce_keyed
fix: some persistent ops still replay infinitely on 'static (#1050) #1176The text was updated successfully, but these errors were encountered: