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
fix show-inherited-invariants:false hiding a profile's own invariants (#321)
The Constraints-table filter compared constraint.source to the profile url
with exact string equality, but pin-canonicals appends |version to source in
the render model, so own invariants were misread as inherited and dropped.
Compare version-insensitively, and drop the genMode!=DIFF escape so the
snapshot/key tables also honour the flag. Default behaviour is unchanged.
0 commit comments