-
Notifications
You must be signed in to change notification settings - Fork 481
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
Limit max code length to 15 as specified in #190 #191
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for being proactive about updating the Go library!
test_data/encodingTests.csv
Outdated
@@ -23,3 +23,5 @@ CFX30000+,92,1,89,1,90,2 | |||
62H20000+,1,180,1,-180,2,-179 | |||
62H30000+,1,181,1,-179,2,-178 | |||
CFX3X2X2+X2,90,1,89.9998750,1,90,1.0001250 | |||
6GFRP39C+5HG4QWR,-0.2820710399999935,36.07145996093760,-0.2820710399999935,36.07145996093752,-0.2820709999999935,36.07146008300783 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding some more test cases! Unfortunately, all the other implementations are failing since they don't have these changes yet. Can you revert these changes for now? I'll add some test cases when the other implementations can pass these cases.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Fix the typo and I'll merge in the changes.
Thanks again for updating the library!
With this limit, go-fuzz couldn't find a crasher in 15 minutes yet.