red-knot: Port module resolver to salsa (#11835)

This commit is contained in:
Micha Reiser
2024-06-18 13:11:58 +01:00
committed by GitHub
parent 98b13b9844
commit 26ac805e6d
13 changed files with 1953 additions and 36 deletions

3
Cargo.lock generated
View File

@@ -2468,6 +2468,7 @@ dependencies = [
name = "ruff_python_semantic"
version = "0.0.0"
dependencies = [
"anyhow",
"bitflags 2.5.0",
"is-macro",
"ruff_db",
@@ -2479,6 +2480,8 @@ dependencies = [
"ruff_text_size",
"rustc-hash",
"salsa-2022",
"smol_str",
"tempfile",
"tracing",
]