-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Separate compatibility tests Signed-off-by: Shaygan <[email protected]> * Run compatibility tests on CI Signed-off-by: Shaygan <[email protected]> * Update snapshots * Add exclamation token * Fix lexer incompatibility with python on mypy source * Fix clippy warnings * Ignore mypy master --------- Signed-off-by: Shaygan <[email protected]>
- Loading branch information
Showing
41 changed files
with
1,960 additions
and
1,776 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,3 +19,5 @@ out/ | |
**/dist/ | ||
# vscode extension | ||
*.vsix | ||
|
||
mypy-master/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.