mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-04-20 03:03:25 -04:00
A few preparations for #2226: - Extracted a `test_utils` module - Introduced a new `Variable` type, which can refer to either a cell or a "parameter" (either input or output of a machine call). I think in the future, we could have more variants (e.g. scalar publics). `Variable` is now used instead of `Cell` in `WitgenInference`. - `WitgenInference::process_identity` now also returns whether any progress has been made. - Renamed `lookup` -> `machine_call` when rendering `Effect`s