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
Is your feature request related to a problem? Please describe.
It is easy to make a promise that is indeed later broken. This might led to a runtime error later down the line.
Describe the solution you'd like
Add a mode that would check at runtime:
every universe equality/subset/disjointness promise
that keys produced by with_id_from are in fact disjoint
each -1 in a row is matched with preceding +1
... (probably more usages)
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
It is easy to make a promise that is indeed later broken. This might led to a runtime error later down the line.
Describe the solution you'd like
Add a mode that would check at runtime:
with_id_from
are in fact disjoint-1
in a row is matched with preceding+1
The text was updated successfully, but these errors were encountered: