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
This is an API break, because the previous proof was unsound. Like the
bug points out, in join cover we take (self, other) and extend self
until the end of other; if other ends before self, we don't gain
any "cover" from other, and thus the proof is the same as self (making
the method quite useless).
Added traits for checking the proof value in dynamic code, since
completest really doesn't work well right now.
0 commit comments