Bump timely from a901170 to 714fc0e - #797
Merged
Merged
Conversation
Bumps [timely](https://github.com/TimelyDataflow/timely-dataflow) from `a901170` to `714fc0e`. - [Release notes](https://github.com/TimelyDataflow/timely-dataflow/releases) - [Commits](TimelyDataflow/timely-dataflow@a901170...714fc0e) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview
Bot
force-pushed
the
dependabot/cargo/timely-714fc0e
branch
from
October 21, 2019 14:24
878a12e to
d61448d
Compare
antiguru
added a commit
to antiguru/materialize
that referenced
this pull request
Jul 14, 2026
…izeInc#797/MaterializeInc#798 differential-dataflow master-next MaterializeInc#797 (reduce) and MaterializeInc#798 (join) fixed the higher-ranked key normalization by naming a shared key-container parameter, so a single generic reduce wrapper compiles again. Update the dependency to that master-next revision and replace the concrete per-spine reduce helper functions with one generic mz_reduce_abelian wrapper that forwards the key container and pins it on both the input and output traces. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
antiguru
added a commit
to antiguru/materialize
that referenced
this pull request
Jul 15, 2026
Drop the master-next git patch now that the fixes it carried (differential MaterializeInc#797/MaterializeInc#798, which restore the generic mz_reduce_abelian wrapper) are published. Bump timely to 0.31.0 and differential-dataflow / differential-dogs3 to 0.25.0 from the registry. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
antiguru
added a commit
to antiguru/materialize
that referenced
this pull request
Jul 15, 2026
…izeInc#797/MaterializeInc#798 differential-dataflow master-next MaterializeInc#797 (reduce) and MaterializeInc#798 (join) fixed the higher-ranked key normalization by naming a shared key-container parameter, so a single generic reduce wrapper compiles again. Update the dependency to that master-next revision and replace the concrete per-spine reduce helper functions with one generic mz_reduce_abelian wrapper that forwards the key container and pins it on both the input and output traces. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
antiguru
added a commit
to antiguru/materialize
that referenced
this pull request
Jul 15, 2026
Drop the master-next git patch now that the fixes it carried (differential MaterializeInc#797/MaterializeInc#798, which restore the generic mz_reduce_abelian wrapper) are published. Bump timely to 0.31.0 and differential-dataflow / differential-dogs3 to 0.25.0 from the registry. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
antiguru
added a commit
to antiguru/materialize
that referenced
this pull request
Jul 15, 2026
…izeInc#797/MaterializeInc#798 differential-dataflow master-next MaterializeInc#797 (reduce) and MaterializeInc#798 (join) fixed the higher-ranked key normalization by naming a shared key-container parameter, so a single generic reduce wrapper compiles again. Update the dependency to that master-next revision and replace the concrete per-spine reduce helper functions with one generic mz_reduce_abelian wrapper that forwards the key container and pins it on both the input and output traces. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
antiguru
added a commit
to antiguru/materialize
that referenced
this pull request
Jul 15, 2026
Drop the master-next git patch now that the fixes it carried (differential MaterializeInc#797/MaterializeInc#798, which restore the generic mz_reduce_abelian wrapper) are published. Bump timely to 0.31.0 and differential-dataflow / differential-dogs3 to 0.25.0 from the registry. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
antiguru
added a commit
that referenced
this pull request
Jul 15, 2026
Ports the compute, interchange, and timely-util crates to the new timely and differential-dataflow API and moves onto the published releases. The new API moves navigation off `TraceReader`/`BatchReader` onto the `Navigable`/`Cursor` traits and reshapes `Merger` (`account` split into `len` and `allocation`). `reduce_abelian` carries a higher-ranked output-key bound (`for<'a> Key<'a> = KC::ReadItem<'a>`) that the compiler only normalizes when the key container is pinned. differential-dataflow #797 and #798 name that shared key container, so the generic `mz_reduce_abelian` wrapper compiles again and the concrete per-spine helpers are gone. Threshold keeps two concrete-spine helpers (`threshold_local`, `threshold_trace`) because its two call shapes make pinning the spines cheaper than threading the wrapper's key-container bounds through another generic layer. Now builds against published `timely = "0.31.0"` and `differential-dataflow = "0.25.0"`, with the `master-next` git patch removed. 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps timely from
a901170to714fc0e.Commits
714fc0eMerge pull request #298 from TimelyDataflow/deadlock2eda37cremove buzzer from non-buzzworthy pusher1ac9152correctly awaken thread5ecc81cre-order channel interactionsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabot dashboard: