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

Method dispatch error for show(io, ::UnionType)? #11428

Closed
rened opened this issue May 24, 2015 · 0 comments
Closed

Method dispatch error for show(io, ::UnionType)? #11428

rened opened this issue May 24, 2015 · 0 comments
Assignees

Comments

@rened
Copy link
Member

rened commented May 24, 2015

A git bisect is pointing to 14bb4c2 as the source of the following error, where show(io, x::DataType) is invoked for an x of type UnionType, although a show(io, ::UnionType) exists:

Pkg.add("Images")
Pkg.checkout("Images")
Pkg.test("Images")
INFO: Computing test dependencies for Images...
INFO: No packages to install, update or removeINFO: Testing Images
Warning: New definition
    convert(Type{Images.Image{Cdest<:ERROR: LoadError: LoadError: LoadError: LoadError: type UnionType has no field name
 in show at show.jl:78
 in show at expr.jl:56
 in show at show.jl:83 (repeats 2 times)
 in include at ./boot.jl:252
 in include_from_node1 at ./loading.jl:133
 in include at ./boot.jl:252
 in include_from_node1 at ./loading.jl:133
 in reload_path at ./loading.jl:157
 in _require at ./loading.jl:69
 in require at ./loading.jl:52
 in include at ./boot.jl:252
 in include_from_node1 at ./loading.jl:133
 in include at ./boot.jl:252
 in include_from_node1 at loading.jl:133
 in process_options at ./client.jl:310
 in _start at ./client.jl:409
while loading /Users/rene/.julia/v0.4/Images/src/core.jl, in expression starting on line 246
while loading /Users/rene/.julia/v0.4/Images/src/Images.jl, in expression starting on line 35
while loading /Users/rene/.julia/v0.4/Images/test/colortypes.jl, in expression starting on line 1
while loading /Users/rene/.julia/v0.4/Images/test/runtests.jl, in expression starting on line 3
@JeffBezanson JeffBezanson self-assigned this May 24, 2015
mbauman pushed a commit to mbauman/julia that referenced this issue Jun 6, 2015
tkelman pushed a commit to tkelman/julia that referenced this issue Jun 6, 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

2 participants