-
Notifications
You must be signed in to change notification settings - Fork 247
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
error with julia new type system #255
Comments
Thanks for the report. HashDict is about to be removed in #252, so this should hopefully be resolved then. |
same problem on that branch for OrderedDict: ERROR: LoadError: LoadError: ArgumentError: method definition for Type at /home/carlo/.julia/v0.6/DataStructures/src/ordered_dict.jl:62 has free type variables
Stacktrace:
[1] include_from_node1(::String) at ./loading.jl:532
[2] include(::String) at ./sysimg.jl:14
[3] include_from_node1(::String) at ./loading.jl:532
[4] include(::String) at ./sysimg.jl:14
[5] anonymous at ./<missing>:2
while loading /home/carlo/.julia/v0.6/DataStructures/src/ordered_dict.jl, in expression starting on line 62 |
See the Dict constructors in Base for how to rewrite these. e.g.
|
Ok. I assume test syntax doesn't parse on earlier versions of Julia, so these changes will have to be v0.6 only? |
Fixed by #257. (Needs to be tagged.) |
Yep, a tag would be great. |
Tagged |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
on julia 0.6, after JuliaLang/julia#18457, I get the following error
And here is the culprit
The text was updated successfully, but these errors were encountered: