global: wip + fixed eager mode

This commit is contained in:
nym21
2025-06-03 17:49:20 +02:00
parent 9f289ed9de
commit 20d5c7e8d5
10 changed files with 772 additions and 684 deletions

View File

@@ -207,6 +207,8 @@ where
return Ok(());
};
self.validate_computed_version_or_reset_file(source.version())?;
let index = self.starting_index(max_from);
let cumulative_vec = self.cumulative.as_mut().unwrap();