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

type Task has no field parent #19

Open
JobJob opened this issue Oct 6, 2018 · 3 comments
Open

type Task has no field parent #19

JobJob opened this issue Oct 6, 2018 · 3 comments
Labels

Comments

@JobJob
Copy link

JobJob commented Oct 6, 2018

On Julia master (after JuliaLang/julia#29483)

julia> using Media

julia> a = zeros(10101);

julia> display(a)
ERROR: type Task has no field parent
Stacktrace:
 [1] getproperty(::Any, ::Symbol) at ./sysimg.jl:18
 [2] isroot(::Task) at /path/to/.julia/packages/Media/Lrdeg/src/dynamic.jl:83
 [3] binding(::Media.Binding{Any}, ::Task) at /path/to/.julia/packages/Media/Lrdeg/src/dynamic.jl:98 (repeats 2 times)
 [4] getindex at /path/to/.julia/packages/Media/Lrdeg/src/dynamic.jl:106 [inlined]
 [5] current_input at /path/to/.julia/packages/Media/Lrdeg/src/system.jl:141 [inlined]
 [6] pool() at /path/to/.julia/packages/Media/Lrdeg/src/system.jl:152
 [7] #getdisplay#6 at /path/to/.julia/packages/Media/Lrdeg/src/system.jl:155 [inlined]
 [8] getdisplay at /path/to/.julia/packages/Media/Lrdeg/src/system.jl:155 [inlined]
 [9] render(::Array{Float64,1}) at /path/to/.julia/packages/Media/Lrdeg/src/system.jl:160
 [10] display(::Media.DisplayHook, ::Array{Float64,1}) at /path/to/.julia/packages/Media/Lrdeg/src/compat.jl:9
 [11] display(::Any) at ./multimedia.jl:287
 [12] top-level scope at none:0

I ran into this today when using Flux (it depends on Media.jl via Juno)

@MikeInnes
Copy link
Member

@pfitzseb are you able to look into this?

@pfitzseb
Copy link
Member

Yup, sometime soon I will be.

@vtjnash
Copy link

vtjnash commented Nov 3, 2018

Fixed by #20, but needs a new release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants