Skip to content

Commit

Permalink
Separate compatibility tests
Browse files Browse the repository at this point in the history
Signed-off-by: Shaygan <[email protected]>
  • Loading branch information
Glyphack committed Aug 29, 2024
1 parent 4eb6050 commit a39fd54
Show file tree
Hide file tree
Showing 13 changed files with 1,560 additions and 1,480 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]
members = ["parser", "enderpy", "typechecker", "lsp", "benchmark"]
members = ["parser", "enderpy", "typechecker", "lsp", "benchmark", "compat"]
resolver = "2"

[workspace.package]
Expand Down Expand Up @@ -31,5 +31,3 @@ opt-level = 3
lto = "fat"
opt-level = 3
# panic = "abort"


23 changes: 23 additions & 0 deletions compat/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[package]
name = "enderpy-compat"
version = "0.0.0"
authors = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
homepage = { workspace = true }
documentation = { workspace = true }
repository = { workspace = true }
license = { workspace = true }

[dependencies]
serde_json = "1.0"
serde = "1.0"
miette = "5.5"
enderpy_python_parser = { path = "../parser"}
tabled = "0.15"
terminal_size = "0.3"
assert-json-diff = "2.0"
pretty_assertions = "1.4"
which = "6.0.1"
reqwest = { version = "0.11", features = ["blocking"] }
zip = "0.6"
Loading

0 comments on commit a39fd54

Please sign in to comment.