mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 02:39:20 +00:00
chore(els): remove AnalysisResultCache
This commit is contained in:
parent
d92e3f5425
commit
94b5fc27e9
13 changed files with 198 additions and 282 deletions
|
@ -76,8 +76,8 @@ impl SharedCompilerResource {
|
|||
self.index.remove_path(path);
|
||||
self.graph.remove(path);
|
||||
self.promises.remove(path);
|
||||
// self.errors.remove(path);
|
||||
// self.warns.remove(path);
|
||||
self.errors.remove(path);
|
||||
self.warns.remove(path);
|
||||
}
|
||||
|
||||
pub fn rename_path(&self, old: &Path, new: PathBuf) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue