You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bundled and validated wirelog ref moves from v0.50.0 to v0.51.0 at peeled SHA 0c6e0cdaee7db069be5d8d896bb59bdcb15673e9. This is a wirelog-only
rebuild: the PyreWire public API is unchanged and the minimum
compatible runtime wirelog version remains 0.44.0.
Fixed
A rule with a single relation(...) body atom now derives its head
when the program also contains the recursive edge/path rules.
Previously such one-condition rules (for example requires_review(...)
and warning(...)) were silently missing from EasySession.step()
results. The root cause was a wirelog evaluation bug — the iteration
context was not reset for non-recursive strata — fixed upstream in
wirelog#914 and first shipped in wirelog v0.51.0. PyreWire performs
no rule evaluation of its own, so bumping the bundled engine is the
fix (#165).