Files
oak-gpui/crates
Cole Miller c5b6d78d5b project_diff: Keep going after failing to rescan a buffer (#21673)
I ran into a case locally where the project diff view was unexpectedly
empty because the first file to be scanned wasn't valid UTF-8, and the
inmost loop in `schedule_worktree_rescan` currently breaks when any
loading task fails. It seems like it might make more sense to continue
with the rest of the buffers in this case and also when
`Project::open_unstaged_changes` fails. I've left the error handling for
`update` as-is.

Release Notes:

- Fix project diff view missing files
2024-12-07 12:56:52 -05:00
..
2024-04-30 23:31:59 -06:00
2024-08-13 23:06:07 -07:00
2024-07-15 17:04:15 -06:00
2024-12-02 15:22:03 -08:00
2024-11-18 22:56:34 +01:00
2024-10-02 13:27:16 +02:00
2024-12-03 23:22:26 -05:00