Warning at Julia start in Atom/Juno/REPL

How can I fix this warning?

Press Enter to start Julia.
Starting Julia...
INFO: Loading HttpServer methods...
               _
   _       _ _(_)_     |  A fresh approach to technical computing
  (_)     | (_) (_)    |  Documentation: https://docs.julialang.org
   _ _   _| |_  __ _   |  Type "?help" for help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 0.6.4 (2018-07-09 19:09 UTC)
 _/ |\__'_|_|_|\__'_|  |
|__/                   |  x86_64-redhat-linux

WARNING: Atom.jl: unrecognised message connected.
julia>

Don’t know how to fix it, but I have the same warning and there is no apparent drawback to it as far as I can tell.

But I sure would like to fix it too!

Should be fixed when/if
https://github.com/JuliaLang/METADATA.jl/pull/17994
is merged. Or you could just use Julia 0.7/1.0 instead.

The warning is completely harmless though.

2 Likes

Does Juno or Atom … or IDK … automatically update Atom.jl?

No, you’ll have to call Pkg.update() yourself.

Update is out now, btw.

Got it, thanks!