You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:78in show at expr.jl:56in show at show.jl:83 (repeats 2 times)
in include at ./boot.jl:252in include_from_node1 at ./loading.jl:133in include at ./boot.jl:252in include_from_node1 at ./loading.jl:133in reload_path at ./loading.jl:157in _require at ./loading.jl:69in require at ./loading.jl:52in include at ./boot.jl:252in include_from_node1 at ./loading.jl:133in include at ./boot.jl:252in include_from_node1 at loading.jl:133in process_options at ./client.jl:310in _start at ./client.jl:409while loading /Users/rene/.julia/v0.4/Images/src/core.jl, in expression starting on line 246while loading /Users/rene/.julia/v0.4/Images/src/Images.jl, in expression starting on line 35while loading /Users/rene/.julia/v0.4/Images/test/colortypes.jl, in expression starting on line 1while loading /Users/rene/.julia/v0.4/Images/test/runtests.jl, in expression starting on line 3
The text was updated successfully, but these errors were encountered:
A git bisect is pointing to 14bb4c2 as the source of the following error, where
show(io, x::DataType)
is invoked for anx
of typeUnionType
, although ashow(io, ::UnionType)
exists:The text was updated successfully, but these errors were encountered: