Skip to content

Commit 54c8d77

Browse files
committed
Update salsa
1 parent aa1fad6 commit 54c8d77

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ regex = { version = "1.10.2" }
129129
rustc-hash = { version = "2.0.0" }
130130
rustc-stable-hash = { version = "0.1.2" }
131131
# When updating salsa, make sure to also update the revision in `fuzz/Cargo.toml`
132-
salsa = { git = "https://github.com/salsa-rs/salsa.git", rev = "40d7844a7a7449a136e0946920a678b55a82f30b" }
132+
salsa = { git = "https://github.com/salsa-rs/salsa.git", rev = "7764e21b0e00409095306c6f15b292d1e088b94d" }
133133
schemars = { version = "0.8.16" }
134134
seahash = { version = "4.1.0" }
135135
serde = { version = "1.0.197", features = ["derive"] }
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1-
Tanjun # hangs
2-
antidote # hangs / slow
1+
Tanjun # too many iterations
2+
antidote # hangs / slow (single threaded)
33
artigraph # cycle panics (value_type_)
44
arviz # too many iterations on versions of arviz newer than https://github.com/arviz-devs/arviz/commit/3205b82bb4d6097c31f7334d7ac51a6de37002d0
55
core # cycle panics (value_type_)
6-
cpython # access to field whilst being initialized, too many cycle iterations
7-
discord.py # some kind of hang, only when multi-threaded?
8-
freqtrade # hangs
6+
cpython # too many cycle iterations
7+
discord.py
8+
freqtrade
99
hydpy # too many iterations
1010
ibis # too many iterations
1111
jax # too many iterations
1212
packaging # too many iterations
13-
pandas # slow
14-
pandas-stubs # hangs/slow, or else https://github.com/salsa-rs/salsa/issues/831
13+
pandas # slow (9s)
14+
pandas-stubs
1515
pandera # stack overflow
1616
pip # vendors packaging, see above
17-
prefect # slow
17+
prefect
1818
pylint # cycle panics (self-recursive type alias)
1919
pyodide # too many cycle iterations
2020
pywin32 # bad use-def map (binding with definitely-visible unbound)
21-
schemathesis # https://github.com/salsa-rs/salsa/issues/831
22-
scikit-learn # success, but mypy-primer hangs processing the output
21+
schemathesis
22+
scikit-learn
2323
setuptools # vendors packaging, see above
24-
spack # success, but mypy-primer hangs processing the output
24+
spack # slow, success, but mypy-primer hangs processing the output
2525
spark # too many iterations
26-
steam.py # hangs
26+
steam.py # hangs (single threaded)
2727
xarray # too many iterations

fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ty_python_semantic = { path = "../crates/ty_python_semantic" }
3030
ty_vendored = { path = "../crates/ty_vendored" }
3131

3232
libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer", default-features = false }
33-
salsa = { git = "https://github.com/salsa-rs/salsa.git", rev = "40d7844a7a7449a136e0946920a678b55a82f30b" }
33+
salsa = { git = "https://github.com/salsa-rs/salsa.git", rev = "7764e21b0e00409095306c6f15b292d1e088b94d" }
3434
similar = { version = "2.5.0" }
3535
tracing = { version = "0.1.40" }
3636

0 commit comments

Comments
 (0)