Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 58c35ab

Browse files
MichaReiseryouknowone
authored andcommittedMay 7, 2023
Replace row/column based Location with byte-offsets.
1 parent 7b8844b commit 58c35ab

File tree

131 files changed

+12125
-23203
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+12125
-23203
lines changed
 

‎Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ include = ["LICENSE", "Cargo.toml", "src/**/*.rs"]
1212
resolver = "2"
1313
members = [
1414
"ast", "core", "literal", "parser",
15+
"ruff_text_size",
1516
]
1617

1718
[workspace.dependencies]

‎ast/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ unparse = ["rustpython-literal"]
1616
[dependencies]
1717
rustpython-compiler-core = { path = "../core", version = "0.2.0" }
1818
rustpython-literal = { path = "../literal", version = "0.2.0", optional = true }
19+
ruff_text_size = { path = "../ruff_text_size" }
1920

2021
num-bigint = { workspace = true }

0 commit comments

Comments
 (0)
Please sign in to comment.