zed/crates/gpui/src
Richard Feldman 1eddd2f38d
Fix file descriptors leak in evals (#18351)
Fixes an issue where evals were hitting "too many open files" errors
because we were adding (and detaching) new directory watches for each
project. Now we add those watches globally/at the worktree level, and we
store the tasks so they stop watching on drop.

Release Notes:

- N/A

---------

Co-authored-by: Max <max@zed.dev>
Co-authored-by: Piotr <piotr@zed.dev>
Co-authored-by: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com>
2024-09-25 15:21:00 -04:00
..
app chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
elements remote_server: Remove dependency on libssl and libcrypto (#15446) 2024-09-18 23:29:34 +02:00
keymap chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
platform Fix file descriptors leak in evals (#18351) 2024-09-25 15:21:00 -04:00
text_system gpui: Fix CJK line wrap for GPUI text render (#17737) 2024-09-12 15:55:03 -04:00
window chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
action.rs
app.rs remote_server: Remove dependency on libssl and libcrypto (#15446) 2024-09-18 23:29:34 +02:00
arena.rs
asset_cache.rs Copy/paste images into editors (Mac only) (#15782) 2024-08-13 13:18:25 -04:00
assets.rs repl: Set up a way to copy output from the REPL (#16649) 2024-08-22 15:03:42 -07:00
bounds_tree.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
color.rs gpui: Add opacity to support transparency of the entire element (#17132) 2024-09-04 12:53:45 +02:00
element.rs gpui: Remove extra "which" in comment (#16620) 2024-08-21 17:24:38 -04:00
executor.rs Add "Fix with Assistant" code action on lines with diagnostics (#18163) 2024-09-23 11:40:34 -06:00
geometry.rs Revert "settings: Remove auxiliary Content types where possible (#16744)" (#17768) 2024-09-12 14:46:08 -04:00
global.rs
gpui.rs remote_server: Remove dependency on libssl and libcrypto (#15446) 2024-09-18 23:29:34 +02:00
input.rs linux: Fix IME panel position while enumerating input methods (#12495) 2024-08-28 19:58:40 -07:00
interactive.rs
key_dispatch.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
keymap.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
platform.rs Add ability to open files with system default application (#17231) 2024-09-10 14:36:36 -04:00
prelude.rs
scene.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
shared_string.rs gpui: Update doc comment for SharedString::new_static (#18234) 2024-09-23 12:16:51 -04:00
shared_uri.rs
style.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
styled.rs gpui: Add opacity to support transparency of the entire element (#17132) 2024-09-04 12:53:45 +02:00
subscription.rs
svg_renderer.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
taffy.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
test.rs
text_system.rs Add .SystemUIFont to font list (#15340) 2024-08-27 09:23:24 -04:00
util.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
view.rs
window.rs Fix keystroke observer leak in vim crate (#17913) 2024-09-16 15:50:12 -07:00