Start wiring up assistant2
This commit is contained in:
parent
b29cea287b
commit
1de02cf6e5
6 changed files with 136 additions and 120 deletions
|
@ -181,12 +181,6 @@ impl Codegen {
|
|||
});
|
||||
|
||||
while let Some(hunks) = hunks_rx.next().await {
|
||||
let this = if let Some(this) = this.upgrade() {
|
||||
this
|
||||
} else {
|
||||
break;
|
||||
};
|
||||
|
||||
this.update(&mut cx, |this, cx| {
|
||||
this.last_equal_ranges.clear();
|
||||
|
||||
|
@ -243,7 +237,7 @@ impl Codegen {
|
|||
}
|
||||
|
||||
cx.notify();
|
||||
});
|
||||
})?;
|
||||
}
|
||||
|
||||
diff.await?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue