Skip to content

Commit 6d7ab6c

Browse files
Merge pull request #380 from egraphs-good/demo
Start adding Mathematics of Array Demo
2 parents b9f201c + be0b8a3 commit 6d7ab6c

File tree

3 files changed

+636
-18
lines changed

3 files changed

+636
-18
lines changed

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 & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ crate-type = ["cdylib"]
1313
pyo3 = { version = "0.27", features = ["extension-module", "num-bigint", "num-rational"] }
1414
num-bigint = "*"
1515
num-rational = "*"
16-
egglog = { git = "https://github.com/egraphs-good/egglog.git", branch = "main", default-features = false }
17-
egglog-bridge = { git = "https://github.com/egraphs-good/egglog.git", branch = "main" }
18-
egglog-core-relations = { git = "https://github.com/egraphs-good/egglog.git", branch = "main" }
16+
egglog = { git = "https://github.com/saulshanabrook/egg-smol.git", branch = "fix-fn-bug", default-features = false }
17+
egglog-bridge = { git = "https://github.com/saulshanabrook/egg-smol.git", branch = "fix-fn-bug" }
18+
egglog-core-relations = { git = "https://github.com/saulshanabrook/egg-smol.git", branch = "fix-fn-bug" }
1919
egglog-experimental = { git = "https://github.com/egraphs-good/egglog-experimental", branch = "main", default-features = false }
20-
egglog-ast = { git = "https://github.com/egraphs-good/egglog.git", branch = "main" }
21-
egglog-reports = { git = "https://github.com/egraphs-good/egglog.git", branch = "main" }
20+
egglog-ast = { git = "https://github.com/saulshanabrook/egg-smol.git", branch = "fix-fn-bug" }
21+
egglog-reports = { git = "https://github.com/saulshanabrook/egg-smol.git", branch = "fix-fn-bug" }
2222
egraph-serialize = { version = "0.3", features = ["serde", "graphviz"] }
2323
serde_json = "1"
2424
pyo3-log = "*"
@@ -31,10 +31,11 @@ base64 = "0.22.1"
3131

3232
# Use patched version of egglog in experimental
3333
[patch.'https://github.com/egraphs-good/egglog']
34-
# egglog = { git = "https://github.com/egraphs-good/egglog.git", branch = "main" }
35-
# egglog-bridge = { git = "https://github.com/egraphs-good/egglog.git", branch = "main" }
36-
# egglog-core-relations = { git = "https://github.com/egraphs-good/egglog.git", branch = "main" }
37-
# egglog-ast = { git = "https://github.com/egraphs-good/egglog.git", branch = "main" }
34+
egglog = { git = "https://github.com/saulshanabrook/egg-smol.git", branch = "fix-fn-bug" }
35+
egglog-ast = { git = "https://github.com/saulshanabrook/egg-smol.git", branch = "fix-fn-bug" }
36+
egglog-core-relations = { git = "https://github.com/saulshanabrook/egg-smol.git", branch = "fix-fn-bug" }
37+
egglog-bridge = { git = "https://github.com/saulshanabrook/egg-smol.git", branch = "fix-fn-bug" }
38+
egglog-reports = { git = "https://github.com/saulshanabrook/egg-smol.git", branch = "fix-fn-bug" }
3839

3940
# enable debug symbols for easier profiling
4041
[profile.release]

0 commit comments

Comments
 (0)