mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 02:38:25 +00:00
[ty] Ecosystem checks: activate running on 'manticore' (#17916)
## Summary This is sort of an anticlimactic resolution to #17863, but now that we understand what the root cause for the stack overflows was, I think it's fine to enable running on this project. See the linked ticket for the full analysis. closes #17863 ## Test Plan Ran lots of times locally and never observed a crash at worker thread stack sizes > 8 MiB.
This commit is contained in:
parent
0d9b6a0975
commit
fab862c8cd
2 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,6 @@ discord.py # some kind of hang, only when multi-threaded?
|
|||
freqtrade # cycle panics (try_metaclass_)
|
||||
hydpy # cycle panics (try_metaclass_)
|
||||
ibis # cycle panics (try_metaclass_)
|
||||
manticore # stack overflow, see https://github.com/astral-sh/ruff/issues/17863
|
||||
pandas # slow
|
||||
pandas-stubs # cycle panics (try_metaclass_)
|
||||
pandera # cycle panics (try_metaclass_)
|
||||
|
|
|
@ -50,6 +50,7 @@ jinja
|
|||
koda-validate
|
||||
kopf
|
||||
kornia
|
||||
manticore
|
||||
materialize
|
||||
meson
|
||||
mitmproxy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue