push
local
bpart: Fix reresolution logic on export value changes (#59368) Fixes #59272. This code was originally introduced in e7efe42ec. The design of the binding partitions underwent several changes, so I'm not fully sure if it was correct at the time, but regardless, it was rendered incorrect by 60a9f6992. In the new design, even a change to the value of a binding (not just its visibility) can affect the resolution outcome, so a full re-resolution is always required. Fix identified by Claude (in one of several rollouts). Correct fix among them identified by me. Actual change/test by me.
48661 of 62206 relevant lines covered (78.23%)
9603959.98 hits per line