You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/ty_python_semantic/resources/primer/bad.txt
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,16 @@
1
1
Tanjun # too many iterations
2
+
altair # too many iterations (uses packaging)
2
3
antidote # hangs / slow (single threaded)
3
4
artigraph # cycle panics (value_type_)
4
5
arviz # too many iterations on versions of arviz newer than https://github.com/arviz-devs/arviz/commit/3205b82bb4d6097c31f7334d7ac51a6de37002d0
5
6
core # cycle panics (value_type_)
6
7
cpython # too many cycle iterations
8
+
graphql-core # stack overflow
7
9
hydpy # too many iterations
8
10
ibis # too many iterations
9
11
jax # too many iterations
10
12
mypy # too many iterations (self-recursive type alias)
13
+
nox # too many iterations (uses packaging)
11
14
packaging # too many iterations
12
15
pandas # slow (9s)
13
16
pandas-stubs # panics on versions of pandas-stubs newer than https://github.com/pandas-dev/pandas-stubs/commit/bf1221eb7ea0e582c30fe233d1f4f5713fce376b
@@ -21,4 +24,5 @@ setuptools # vendors packaging, see above
21
24
spack # slow, success, but mypy-primer hangs processing the output
0 commit comments