mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-04-20 03:03:25 -04:00
Fixes a bug I encountered in #2109: - For blog machines, we have a cache which tracks a sequence of solving steps that led to a success in the past. - However, the needed sequence could be different from call to call. In particular, it could depend on the operation ID. - Because of that, in #1562, we added that the "default" sequence iterator is always run after the cached sequence. - But, we never called `report_progress()` on the default iterator, which led to a bug in #2109.