The pipeline is finally reasonably clean

This commit is contained in:
2023-09-12 01:26:46 +01:00
parent 6693d93944
commit 8c866967a9
86 changed files with 1959 additions and 1393 deletions

View File

@@ -16,7 +16,7 @@ impl ProjectError for UnexpectedDirectory {
to a directory"
}
fn one_position(&self) -> crate::Location {
Location::File(Rc::new(Interner::extern_all(&self.path)))
Location::File(Rc::new(self.path.clone()))
}
fn message(&self) -> String {