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
gbn: simplify refContains to use uint8 wrapping like production code
In this commit, we update the reference implementation used in the
brute-force property test to operate in the full uint8 space with
natural wrapping, matching the production containsSequence exactly.
The previous version used a mod-s space which happened to agree for
small values but was a non-obvious equivalence that could silently
break if the test ranges were widened.
0 commit comments