Skip to content

Commit c526df6

Browse files
committed
Port to solar HIR, refactor
1 parent d37cafb commit c526df6

File tree

6 files changed

+721
-633
lines changed

6 files changed

+721
-633
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ serde = { version = "1", features = ["derive", "rc"] }
5555
serde_json = "1.0"
5656
similar-asserts = "1"
5757
solar-parse = { version = "=0.1.1", default-features = false }
58+
solar-sema = { version = "=0.1.1", default-features = false }
5859
svm = { package = "svm-rs", version = "0.5", default-features = false }
5960
tempfile = "3.9"
6061
thiserror = "2"
@@ -69,4 +70,6 @@ tokio = { version = "1.35", features = ["rt-multi-thread"] }
6970
snapbox = "0.6.9"
7071

7172
[patch.crates-io]
72-
solar-parse = { git = "https://github.com/paradigmxyz/solar", rev = "6e8f4a1" }
73+
solar-parse = { git = "https://github.com/paradigmxyz/solar", rev = "964b054" }
74+
solar-sema = { git = "https://github.com/paradigmxyz/solar", rev = "964b054" }
75+

crates/compilers/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ thiserror.workspace = true
3333
path-slash.workspace = true
3434
yansi.workspace = true
3535
solar-parse.workspace = true
36+
solar-sema.workspace = true
3637
futures-util = { workspace = true, optional = true }
3738
tokio = { workspace = true, optional = true }
3839

0 commit comments

Comments
 (0)