Kirill Bulatov
ac60dcd67a
Fix Project strong reference leaks ( #22470 )
...
Closes https://github.com/zed-industries/zed/issues/21906
* After https://github.com/zed-industries/zed/pull/21238 ,
`TerminalPanel` and `Project` strong references were moved into
`Pane`-related closures, creating a cycle, that did not allow
registering project release and shutting down corresponding language
servers
* After https://github.com/zed-industries/zed/pull/22329 , a special
`Editor` was created with a strong reference to the `Project` which
seemed to do nothing bad in general, but when a working Zed was running
a Zed Dev build, had the same issue with preventing language servers
from shutting down.
The latter is very odd, and seems quite dangerous, as any arbitrary
`Editor` with `Project` in it may do the same, yet it seems that we did
not store them before the way git panel does.
I have tried creating a test, yet seems that we need to initialize a lot
of Zed for it which I failed — all my attempts resulted in a single
language server being present in the `Project`'s statuses.
Release Notes:
- Fixed language servers not being released between project reopens
2024-12-28 17:29:15 +00:00
..
2024-12-16 22:57:15 -07:00
2024-11-15 07:37:31 +01:00
2024-09-13 17:44:16 -04:00
2024-12-27 16:43:01 +00:00
2024-12-27 16:54:35 +00:00
2024-11-22 19:02:32 -05:00
2024-11-25 18:26:34 -05:00
2024-11-25 19:44:34 -05:00
2024-11-28 10:58:36 +02:00
2024-11-21 14:11:57 -05:00
2024-11-21 14:11:57 -05:00
2024-12-20 22:50:41 +00:00
2024-12-17 22:16:59 -07:00
2024-11-19 08:23:12 -07:00
2024-12-25 00:33:26 +00:00
2024-12-25 00:33:26 +00:00
2024-11-19 08:23:12 -07:00
2024-12-22 08:20:17 +00:00
2024-12-27 16:43:01 +00:00
2024-12-19 12:48:54 +00:00
2024-12-16 23:57:07 -05:00
2024-12-04 10:45:25 -05:00
2024-11-25 18:26:34 -05:00
2024-12-27 18:09:50 +00:00
2024-10-07 01:29:58 +02:00
2024-12-24 17:55:25 +00:00
2024-08-26 11:43:13 -04:00
2024-12-27 16:43:01 +00:00
2024-11-20 16:52:38 -08:00
2024-12-02 15:01:09 -03:00
2024-12-10 15:04:47 -05:00
2024-11-01 13:20:30 -04:00
2024-12-17 11:39:18 -07:00
2024-12-18 09:41:47 -07:00
2024-12-11 22:13:52 -05:00
2024-12-19 02:20:35 +00:00
2024-12-16 22:57:15 -07:00
2024-12-20 08:38:50 +00:00
2024-12-19 22:16:01 +00:00
2024-12-15 01:15:22 -07:00
2024-12-14 15:30:56 -07:00
2024-12-19 02:20:35 +00:00
2024-12-28 17:29:15 +00:00
2024-12-12 18:27:06 -08:00
2024-11-15 07:37:31 +01:00
2024-12-28 17:29:13 +00:00
2024-12-10 11:54:26 -07:00
2024-12-19 02:20:35 +00:00
2024-12-05 15:06:17 -08:00
2024-12-10 15:01:14 +01:00
2024-12-14 13:35:36 -07:00
2024-12-18 12:55:09 +01:00
2024-12-16 22:57:15 -07:00
2024-09-06 11:58:39 +02:00
2024-12-20 22:42:18 +00:00
2024-12-02 15:01:09 -03:00
2024-12-12 11:39:35 -05:00
2024-12-16 22:57:15 -07:00
2024-12-11 16:38:03 -05:00
2024-12-14 13:35:36 -07:00
2024-12-16 22:57:15 -07:00
2024-12-21 13:11:52 +00:00
2024-12-05 15:06:17 -08:00
2024-12-06 12:06:55 -08:00
2024-12-05 15:06:17 -08:00
2024-12-14 02:52:22 -07:00
2024-12-24 04:26:13 +00:00
2024-12-17 14:46:38 -05:00
2024-12-18 14:47:09 -07:00
2024-12-13 20:31:54 -08:00
2024-12-20 22:42:18 +00:00
2024-11-20 16:52:38 -08:00
2024-11-22 14:49:26 -08:00
2024-11-22 10:10:01 -05:00
2024-12-09 14:26:36 +01:00
2024-12-13 14:23:02 -05:00
2024-12-16 22:57:15 -07:00
2024-11-11 18:39:05 +01:00
2024-11-21 15:57:22 +01:00
2024-12-12 15:45:44 -08:00
2024-12-27 16:43:01 +00:00
2024-12-20 21:24:38 +00:00
2024-12-15 22:24:41 -07:00
2024-12-27 16:43:01 +00:00
2024-12-14 13:35:36 -07:00
2024-12-25 00:33:26 +00:00
2024-11-21 14:50:38 -07:00
2024-12-22 08:20:17 +00:00
2024-12-20 08:38:50 +00:00
2024-11-15 07:37:31 +01:00
2024-11-22 14:49:26 -08:00
2024-11-21 08:48:13 +01:00
2024-12-09 14:26:36 +01:00
2024-12-17 17:24:59 +01:00
2024-12-04 23:36:36 +02:00
2024-10-07 01:29:58 +02:00
2024-12-06 16:42:58 -07:00
2024-12-13 14:23:02 -05:00
2024-11-18 22:56:34 +01:00
2024-11-22 19:02:32 -05:00
2024-12-14 13:35:36 -07:00
2024-12-03 23:22:26 -05:00
2024-11-11 18:39:05 +01:00
2024-09-06 11:58:39 +02:00
2024-12-14 13:35:36 -07:00
2024-10-30 10:59:03 +01:00
2024-12-18 12:55:09 +01:00
2024-09-06 11:58:39 +02:00
2024-12-13 14:23:02 -05:00
2024-12-16 16:15:58 +02:00
2024-12-16 16:15:58 +02:00
2024-12-18 09:41:47 -07:00
2024-12-22 08:20:17 +00:00
2024-12-20 13:49:12 +00:00
2024-12-28 17:29:15 +00:00
2024-12-03 23:19:52 -07:00
2024-12-05 19:17:26 -03:00
2024-11-22 19:02:32 -05:00
2024-12-03 12:57:39 -05:00
2024-12-17 22:16:59 -07:00
2024-09-06 11:58:39 +02:00
2024-12-21 22:03:17 +00:00
2024-12-14 13:35:36 -07:00
2024-12-20 23:44:47 +00:00
2024-12-20 22:52:11 +00:00
2024-11-11 12:58:39 -05:00
2024-12-22 10:05:52 +00:00
2024-12-14 13:35:36 -07:00
2024-12-20 12:48:38 +00:00
2024-11-21 16:24:38 -05:00
2024-12-17 22:16:59 -07:00
2024-12-28 17:29:13 +00:00
2024-12-19 19:23:50 +00:00
2024-12-23 12:34:29 +00:00
2024-12-16 16:15:58 +02:00
2024-12-21 16:58:26 +00:00