Remove stale comments
Implement status bubbling query with sum tree traversals co-authored-by: max <max@zed.dev>
This commit is contained in:
parent
e377459948
commit
2f97c7a4f1
5 changed files with 228 additions and 96 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue