Skip to content

Commit

Permalink
reset ReadThanWritten on rerun, fix tectonic-typesetting#1146 and tec…
Browse files Browse the repository at this point in the history
  • Loading branch information
mhuttner committed Feb 20, 2024
1 parent 7432afd commit e1c4dc2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/driver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1718,6 +1718,9 @@ impl ProcessingSession {
// this, but, uh, so far it seems to work.
for summ in self.bs.events.values_mut() {
summ.read_digest = None;
if summ.access_pattern == AccessPattern::ReadThenWritten {
summ.access_pattern = AccessPattern::Read
}
}

warnings = self.tex_pass(Some(&rerun_explanation), status)?;
Expand Down

0 comments on commit e1c4dc2

Please sign in to comment.