-
Notifications
You must be signed in to change notification settings - Fork 577
WHILEM: matched 65535 out of 0..65535 #20104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I don't know if it's a bug but it's an interesting corner case at least. |
The obvious solution is to use recursion at the end like: |
Recently we merged a patch sequence that means that it should be trivial to replace all of these short integer counts with proper sized ones. @khwilliamson @hvds |
@demerphq Can you clarify - I recently run into the same problem again. |
Ok - I'm not sure but it looks like this solution works:
|
So I was wondering why it wasn't matching at a an obvious match - apparently I had reached the limit wow.
The text was updated successfully, but these errors were encountered: