-
Notifications
You must be signed in to change notification settings - Fork 103
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
import JSON fails with utf16_is_surrogate undefined #110
Comments
Introduced by JuliaLang/julia#11551, specifically JuliaLang/julia@a286ce0 which appears to have removed |
@ScottPJones your expertise needed here |
I'm adding something to deprecate. |
Best solution might be to fix JSON.jl to use only documented functions, if at all possible, rather than adding a deprecation to Base. |
Normally PkgEval could identify all the breakages but the one thing it needs to work is JSON |
Should I just submit a PR to the JSON package instead? |
Ideally yes. Although, it seems like here: |
They should use their own, at least until functions that are made to be public are placed in Base. |
Fixed in #111 |
Eliminate use of undocumented Base.utf16_* functions (Fix #110)
Fails at Line 141 in Parser.jl
on using JSON
The text was updated successfully, but these errors were encountered: