fix: fix deadlocks caused by uv_venv_auto#4900
Conversation
This reverts commit 26d203a.
|
Note: The root cause of this issue lies in This cycle leads to a deadlock in Ideally, the correct fix would involve resolving the reentrancy issue directly. |
e4a5059 to
8d1055e
Compare
|
@jdx I apologise for taking so long to fix my PR. The test seems to fail because of |
### 🚀 Features - **(registry)** add luau by [@rhanneken](https://github.com/rhanneken) in [#4993](#4993) - **(registry)** add numbat by [@risu729](https://github.com/risu729) in [#4980](#4980) - add check flag for the fmt command by [@roele](https://github.com/roele) in [#4972](#4972) - use aqua for btop by [@jdx](https://github.com/jdx) in [#4979](#4979) ### 🐛 Bug Fixes - **(java)** filter out JetBrains releases with features by [@roele](https://github.com/roele) in [#4970](#4970) - fix deadlocks caused by uv_venv_auto by [@risu729](https://github.com/risu729) in [#4900](#4900) ### 📚 Documentation - Put dot in dotfile example by [@ryanbrainard](https://github.com/ryanbrainard) in [#4965](#4965) ### Chore - only use mold when available by [@jdx](https://github.com/jdx) in [#4978](#4978) - enable clearing screen for confirm and dialog by [@roele](https://github.com/roele) in [#4990](#4990) ### New Contributors - @rhanneken made their first contribution in [#4993](#4993) - @ryanbrainard made their first contribution in [#4965](#4965)
Fixes #4600,
but still in WIP.