User/Console Input (read, readline, input)

,

I am not sure, is the following the same Juno bug?
The test.jl file contains this 3 lines:

while “x” != readline() >= “”
print(“running”)
end

When I run that directly with Julia, or paste the lines in the repl, the code works correctly: each time I press Enter, I get “running” printed on the console. When I press x and Enter, the loop exits. However, in Juno Julia crashes at Enter, and nothing is printed, and the Juno REPL does not react anymore.

Is there a workaround?