Skip to content

Commit be752f1

Browse files
Add replication
1 parent 6cd79d7 commit be752f1

15 files changed

Lines changed: 4597 additions & 1378 deletions

Cargo.lock

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

Cargo.toml

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,11 @@ opentelemetry = "0.28"
1818
opentelemetry-otlp = { version = "0.28", features = ["http-proto", "reqwest-blocking-client", "trace"] }
1919
opentelemetry-stdout = { version = "0.28", features = ["trace"] }
2020
opentelemetry_sdk = "0.28"
21-
# egglog = { path = "../egg-smol", default-features = false }
22-
# egglog-bridge = { path = "../egg-smol/egglog-bridge" }
23-
# egglog-core-relations = { path = "../egg-smol/core-relations" }
24-
# egglog-ast = { path = "../egg-smol/egglog-ast" }
25-
# egglog-reports = { path = "../egg-smol/egglog-reports" }
26-
egglog = { git = "https://github.com/saulshanabrook/egg-smol.git", branch = "fix-container-fn-bug", default-features = false }
27-
egglog-ast = { git = "https://github.com/saulshanabrook/egg-smol.git", branch = "fix-container-fn-bug" }
28-
egglog-core-relations = { git = "https://github.com/saulshanabrook/egg-smol.git", branch = "fix-container-fn-bug" }
29-
egglog-reports = { git = "https://github.com/saulshanabrook/egg-smol.git", branch = "fix-container-fn-bug" }
30-
egglog-bridge = { git = "https://github.com/saulshanabrook/egg-smol.git", branch = "fix-container-fn-bug" }
21+
egglog = { git = "https://github.com/saulshanabrook/egg-smol.git", branch = "codex/f64-unary-primitives", default-features = false }
22+
egglog-ast = { git = "https://github.com/saulshanabrook/egg-smol.git", branch = "codex/f64-unary-primitives" }
23+
egglog-core-relations = { git = "https://github.com/saulshanabrook/egg-smol.git", branch = "codex/f64-unary-primitives" }
24+
egglog-reports = { git = "https://github.com/saulshanabrook/egg-smol.git", branch = "codex/f64-unary-primitives" }
25+
egglog-bridge = { git = "https://github.com/saulshanabrook/egg-smol.git", branch = "codex/f64-unary-primitives" }
3126

3227

3328
egglog-experimental = { git = "https://github.com/egraphs-good/egglog-experimental", branch = "main", default-features = false }
@@ -52,11 +47,11 @@ base64 = "0.22.1"
5247
# egglog-reports = { path = "../egg-smol/egglog-reports" }
5348
# egglog-bridge = { path = "../egg-smol/egglog-bridge" }
5449

55-
egglog = { git = "https://github.com/saulshanabrook/egg-smol.git", branch = "fix-container-fn-bug" }
56-
egglog-ast = { git = "https://github.com/saulshanabrook/egg-smol.git", branch = "fix-container-fn-bug" }
57-
egglog-core-relations = { git = "https://github.com/saulshanabrook/egg-smol.git", branch = "fix-container-fn-bug" }
58-
egglog-bridge = { git = "https://github.com/saulshanabrook/egg-smol.git", branch = "fix-container-fn-bug" }
59-
egglog-reports = { git = "https://github.com/saulshanabrook/egg-smol.git", branch = "fix-container-fn-bug" }
50+
egglog = { git = "https://github.com/saulshanabrook/egg-smol.git", branch = "codex/f64-unary-primitives" }
51+
egglog-ast = { git = "https://github.com/saulshanabrook/egg-smol.git", branch = "codex/f64-unary-primitives" }
52+
egglog-core-relations = { git = "https://github.com/saulshanabrook/egg-smol.git", branch = "codex/f64-unary-primitives" }
53+
egglog-bridge = { git = "https://github.com/saulshanabrook/egg-smol.git", branch = "codex/f64-unary-primitives" }
54+
egglog-reports = { git = "https://github.com/saulshanabrook/egg-smol.git", branch = "codex/f64-unary-primitives" }
6055

6156
# enable debug symbols for easier profiling
6257
[profile.release]

0 commit comments

Comments
 (0)