mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-07 11:11:30 +00:00
We perform an async fetch of client_b's user data on worktree_a, which ends up holding a handle that prevents worktree_a from being released later in the test. By waiting for this fetch to finish before proceeding, we can be sure worktree_a actually gets released. A more comprehensive fix would be some way to ensure we actually perform a release if an entity is fully dropped outside of an update cycle, but this fixes the issue for now. Co-Authored-By: Max Brunsfeld <max@zed.dev> |
||
---|---|---|
.. | ||
buffer | ||
chat_panel | ||
client | ||
clock | ||
collections | ||
contacts_panel | ||
editor | ||
file_finder | ||
fsevent | ||
fuzzy | ||
go_to_line | ||
gpui | ||
gpui_macros | ||
language | ||
lsp | ||
project | ||
project_panel | ||
rpc | ||
server | ||
sum_tree | ||
theme | ||
theme_selector | ||
util | ||
workspace | ||
zed |