Skip to content
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

convert error #68

Closed
bjarthur opened this issue Oct 15, 2014 · 4 comments
Closed

convert error #68

bjarthur opened this issue Oct 15, 2014 · 4 comments

Comments

@bjarthur
Copy link

with julia 0.3.1 on windows 7

julia> using Color

julia> { 1 => (1,1,1,1,1,1,1,1,1.,false) }
Dict{Any,Any} with 1 entry:
  1 => (1,1,1,1,1,1,1,1,1.0,false)

julia> convert((Int...), (uint(1),))
ERROR: `convert` has no method matching convert(::Type{Int64...}, ::Uint64)
 in convert at base.jl:13

this is fixed if i simply Pkg.pin("Color",v"0.3.9")

likely related to JuliaLang/julia#8631 and JuliaIO/HDF5.jl#160

@timholy
Copy link
Contributor

timholy commented Oct 15, 2014

Sure, but it's just revealing a bug in julia---the changes after v0.3.9 are only to update to the new Dict syntax.

@bjarthur
Copy link
Author

perhaps update Color v0.3.10's REQUIRE file to specify julia 0.3.2, assuming that the fix will be backported?

@timholy
Copy link
Contributor

timholy commented Oct 16, 2014

There isn't a fix yet; myself, I won't have time to look into this for the next 3 weeks or so.

Though I guess I didn't realize you could trigger this on 0.3, too. I'll add that info to JuliaLang/julia#8631. Thanks!

@jiahao
Copy link
Contributor

jiahao commented Feb 18, 2015

Closed by #73

@jiahao jiahao closed this as completed Feb 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants