Skip to content

Bump timely from a901170 to 714fc0e - #797

Merged
benesch merged 1 commit into
masterfrom
dependabot/cargo/timely-714fc0e
Oct 21, 2019
Merged

Bump timely from a901170 to 714fc0e#797
benesch merged 1 commit into
masterfrom
dependabot/cargo/timely-714fc0e

Conversation

@dependabot-preview

@dependabot-preview dependabot-preview Bot commented Oct 21, 2019

Copy link
Copy Markdown
Contributor

Bumps timely from a901170 to 714fc0e.

Commits

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will 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 labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview Bot added the A-dependencies Area: dependency upgrades label Oct 21, 2019
@dependabot-preview
dependabot-preview Bot requested a review from benesch October 21, 2019 10:38
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
dependabot-preview Bot force-pushed the dependabot/cargo/timely-714fc0e branch from 878a12e to d61448d Compare October 21, 2019 14:24
@benesch
benesch merged commit 34323ec into master Oct 21, 2019
@benesch
benesch deleted the dependabot/cargo/timely-714fc0e branch October 21, 2019 17:09
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-dependencies Area: dependency upgrades

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant