Skip to content

Commit 798aa48

Browse files
committed
build: point differential-dataflow patch at the fork PR branch
Repoint the [patch.crates-io] entry for differential-dataflow and differential-dogs3 from the local sibling checkout to the fork branch (antiguru/differential-dataflow, the Arc-batches PR). Prototype plumbing until that lands upstream and a released version carries arc_blanket_impls. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FwFQJa3HSy8oGJZ3X9uGZx
1 parent 8854c9b commit 798aa48

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -644,11 +644,11 @@ debug-assertions = true
644644
# merged), after which point it becomes impossible to build that historical
645645
# version of Materialize.
646646
[patch.crates-io]
647-
# Arc'd batches for cross-thread arrangement sharing, from a sibling checkout of
648-
# the fork. Prototype plumbing: repoint at a git rev (or drop the patch) once an
649-
# upstream differential-dataflow release carries the `arc_blanket_impls` module.
650-
differential-dataflow = { path = "../differential-dataflow/differential-dataflow" }
651-
differential-dogs3 = { path = "../differential-dataflow/dogsdogsdogs" }
647+
# Arc'd batches for cross-thread arrangement sharing, from the branch behind
648+
# TimelyDataflow/differential-dataflow#807. Prototype plumbing: repoint at a
649+
# released version (and drop the patch) once that PR lands upstream.
650+
differential-dataflow = { git = "https://github.com/antiguru/differential-dataflow", branch = "claude/spines-differential-arc-j93mho" }
651+
differential-dogs3 = { git = "https://github.com/antiguru/differential-dataflow", branch = "claude/spines-differential-arc-j93mho" }
652652

653653
# Waiting on https://github.com/sfackler/rust-postgres/pull/752.
654654
postgres = { git = "https://github.com/MaterializeInc/rust-postgres" }

0 commit comments

Comments
 (0)