mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-04-20 03:03:25 -04:00
This PR changes that `Identity` IDs are now globally unique, by doing to things: 1. When dispensing IDs, we now have only one ID counter, instead of one per type. 2. Fixed a bug in the condenser, where it would previously assign the same ID when evaluating a `|| -> constr[]`.