Kristoffer Carlsson
Kristoffer Carlsson
When does this occur?
I haven't seen this in any real usage of Pkg, so what call happens on the IO where this has to be implemented?
Yes, it's a good idea. It's in https://github.com/KristofferC/NearestNeighbors.jl/issues/180
It would be good here to list the set of methods required and what their return values should be.
I think I saw this error message locally when doing a precompile and it also involved this code `is_operator_start_char(u::UInt32) = u == 0x00000021 || (u == 0x00000024...`. So it might...
https://github.com/JuliaLang/JuliaSyntax.jl/issues/375
This code is from Tokenize I guess so we could change that code as an immidiate workaround I guess. Or is it even from this package?
Ok, I'll port that and update it.
https://github.com/JuliaLang/Tokenize.jl/pull/208
In this case, it's a bit unclear whether giving a non-existing path counts as a bug or not so 🤷