Remove stale comments

Implement status bubbling query with sum tree traversals

co-authored-by: max <max@zed.dev>
This commit is contained in:
Mikayla Maki 2023-06-02 16:41:01 -07:00
parent e377459948
commit 2f97c7a4f1
No known key found for this signature in database
5 changed files with 228 additions and 96 deletions

View file

@ -497,11 +497,6 @@ pub fn split_worktree_update(
.map(|repo| (repo.work_directory_id, repo))
.collect::<HashMap<_, _>>();
// Maintain a list of inflight repositories
// Every time we send a repository's work directory, stick it in the list of in-flight repositories
// Every go of the loop, drain each in-flight repository's statuses
// Until we have no more data
iter::from_fn(move || {
if done_files {
return None;