Replies: 1 comment
-
The original pre-test code did have an underflow issue. It was detected during tests and duly fixed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In
proveIncorrectLookahead
, I'm uncertain whether_lookaheadTail -= 1
could underflow under normal conditions. Test coverage might already be sufficient, though I haven't reviewed the test code yet.Beta Was this translation helpful? Give feedback.
All reactions