Skip to content
This repository has been archived by the owner on Jun 11, 2020. It is now read-only.

Confusing output from run_ui #9

Open
andreasnoack opened this issue Nov 15, 2018 · 5 comments
Open

Confusing output from run_ui #9

andreasnoack opened this issue Nov 15, 2018 · 5 comments

Comments

@andreasnoack
Copy link
Member

It currently prints some v = "Raster" which don't seem helpful

julia> run_ui()
[ Info: Listening on: Sockets.InetAddr{Sockets.IPv4}(ip"127.0.0.1", 0x1612)
[ Info: Accept:  πŸ”—    0↑     0↓    0s 127.0.0.1:5650:5650 ≣16
[ Info: Accept:  πŸ”—    0↑     0↓    0s 127.0.0.1:5650:5650 ≣16
[ Info: Accept:  πŸ”—    0↑     0↓    0s 127.0.0.1:5650:5650 ≣16
[ Info: Accept:  πŸ”—    0↑     0↓    0s 127.0.0.1:5650:5650 ≣16
[ Info: Accept:  πŸ”—    0↑     0↓    0s 127.0.0.1:5650:5650 ≣16
v = "Raster"
v = "Raster"
v = "Raster"
v = "Raster"
[ Info: Accept:  πŸ”—    0↑     0↓    0s 127.0.0.1:5650:5650 ≣16
[ Info: Accept:  πŸ”—    0↑     0↓    0s 127.0.0.1:5650:5650 ≣16
[ Info: Accept:  πŸ”—    0↑     0↓    0s 127.0.0.1:5650:5650 ≣16
@ranjanan
Copy link
Member

This didn't used to happen when I was working on this on Julia v0.6. I don't exactly know where it's coming from.

@ranjanan
Copy link
Member

I get that when I run from Juno, but when I run on the command line, I get:

julia> run_ui()
v = "Raster"
v = "Raster"
v = "Raster"
v = "Raster"
Blink.AtomShell.Window(2, Blink.AtomShell.Electron(Process(`/Users/ranjan/.julia/dev/Blink/deps/Julia.app/Contents/MacOS/Julia /Users/ranjan/.julia/dev/Blink/src/AtomShell/main.js port 2473`, ProcessRunning), Sockets.TCPSocket(RawFD(0x00000012) active, 0 bytes waiting), Dict{String,Any}("callback"=>##1#2())), Blink.Page(2, WebSockets.WebSocket{Sockets.TCPSocket}(Sockets.TCPSocket(RawFD(0x0000001d) active, 0 bytes waiting), true, CONNECTED::ReadyState = 1), Dict{String,Any}("webio"=>##28#29{BlinkConnection}(BlinkConnection(Page(#= circular reference @-4 =#))),"callback"=>##1#2()), Distributed.Future(1, 1, 2, Some(true))))

@andreasnoack
Copy link
Member Author

The v = "Raster is from

. It looks like something used for debugging. Have you left it intentionally?

@ranjanan
Copy link
Member

Yes, I did leave it on initially because I wanted to check if the default value for that bar was being taken as "Raster".

@ranjanan
Copy link
Member

I'm wondering if that other output is from WebSockets

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

No branches or pull requests

2 participants