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

Accessing scope.id is deprecated, use scopeid(scope) instead. #44

Closed
haydenfree opened this issue Jul 26, 2019 · 2 comments
Closed

Accessing scope.id is deprecated, use scopeid(scope) instead. #44

haydenfree opened this issue Jul 26, 2019 · 2 comments
Assignees

Comments

@haydenfree
Copy link
Member

Example:

julia> visualize(dp)
┌ Warning: Accessing `scope.id` is deprecated, use `scopeid(scope)` instead.
│   caller = ip:0x0
└ @ Core :-1
Blink.AtomShell.Window(1, Blink.AtomShell.Electron(Process(`/Users/hayden/.julia/packages/Blink/AO8uN/deps/Julia.app/Contents/MacOS/Julia /Users/hayden/.julia/packages/Blink/AO8uN/src/AtomShell/main.js port 7393`, ProcessRunning), Sockets.TCPSocket(RawFD(0x00000017) active, 0 bytes waiting), Dict{String,Any}("callback"=>##1#2())), Blink.Page(1, WebSocket(server, CONNECTED), Dict{String,Any}("webio"=>##28#29{WebIOBlinkComm}(WebIOBlinkComm(Window(#= circular reference @-5 =#))),"callback"=>##1#2()), Distributed.Future(1, 1, 1, Some(true))), Task (done) @0x0000000116066ad0)```
@haydenfree haydenfree self-assigned this Jul 29, 2019
@haydenfree haydenfree changed the title Suppress Excess Blink.jl Output Accessing scope.id is deprecated, use scopeid(scope) instead. Jul 29, 2019
@haydenfree
Copy link
Member Author

Seems to be an issue with PlotlyJS as well, see issue here. Having a hard time nailing down where the call to scope.id is made.

@haydenfree haydenfree changed the title Accessing scope.id is deprecated, use scopeid(scope) instead. Accessing scope.id is deprecated, use scopeid(scope) instead. Jul 29, 2019
@haydenfree
Copy link
Member Author

Appears to have been resolved upstream somewhere.

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

1 participant