-
Notifications
You must be signed in to change notification settings - Fork 18
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
Types wrongly redefined in early 0.5.0-dev #6
Comments
Yes. Submit a PR? There are also some annoying "cannot import |
OK, I'll submit a PR for the issue with redefined types! I don't know about the "cannot import |
No worries, anything where you know a good solution, a PR is much appreciated. I'll try to remember to dig into where the lastidx thing comes from next time I see it happen. |
No longer relevant. |
I am stuck at a particular version of Julia (
0.5.0-dev+2349
) where UTF-16 and UTF-32 types are still defined inBase
(that's pre PR #16590). This creates problems becauseLegacyString
then redefines these types.I used the following fix in
LegacyStrings.jl
, line 45:I guess this is a fairly rare case but it might be worth relying more on
isdefined
than on version checks?PS. I can prepare a pull request if you agree on that kind of change.
The text was updated successfully, but these errors were encountered: