-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
update ada-idna to v0.3.1 #911
Conversation
77948ab
to
2c11e8b
Compare
@lemire It seems simdjson is failing: "JSON error: STRING_ERROR: Problem while parsing a string near" |
Now fuzzer seems to be broken with the error:
|
@anonrig The following {
"comment": "V7; A3",
"input": "a\ud900z",
"output": null
} is not valid JSON. There is no way to represent You have a few options:
|
Ah I see @lemire. Thanks. I recommend omitting the error. What do you think about the fuzzing error? I believe it occurs due to the constexpr function, but I don't have a solution other than removing the constexpr qualifier, which is not ideal. |
No description provided.