Hello,
I am using Atom 1.33 as an IDE for Julia 1.3. At startup I get:
Starting Julia...
_
_ _ _(_)_ | Documentation: [https://docs.julialang.org](https://docs.julialang.org/)
(_) | (_) (_) |
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 1.3.0 (2019-11-26)
_/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release
|__/ |
julia> ┌ Warning: Juno's evalrepl handler is deprecated.
How can I upgrade the evalrepl? Thanks
You might be on an old version of Revise.jl.
Can you attach Juno’s debug information (which you can get by typing Julia Client: Debug Info
into the command pane)?
Is the control pane the terminal or the console? I got this error:
julia> Julia Client: Debug Info
ERROR: syntax: extra token "Client" after end of expression
You can use Ctrl-Shift-P
to open it. Or look for the Debug Information
menu entry:
Luigi_Marongiu:
Starting Julia...
_
_ _ _(_)_ | Documentation: [https://docs.julialang.org](https://docs.julialang.org/)
(_) | (_) (_) |
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 1.3.0 (2019-11-26)
_/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release
|__/ |
julia> ┌ Warning: Juno's evalrepl handler is deprecated.
How can I upgrade the evalrepl? Thanks
Have I met the same problem?
I used JuliaPro 1.2.0-1 and got this
Have you solved this?
EDIT: Updated atom and no longer have the warning.
I’m also getting this warning.
Here is my debug info:
# Atom:
Version: 1.36.1
Dev Mode: false
Official Release: true
{
"http_parser": "2.7.0",
"node": "8.9.3",
"v8": "6.1.534.41",
"uv": "1.15.0",
"zlib": "1.2.11",
"ares": "1.10.1-DEV",
"modules": "57",
"nghttp2": "1.25.0",
"openssl": "1.0.2n",
"electron": "2.0.18",
"chrome": "61.0.3163.100"
}
# julia-client:
Version: 0.8.10
Config:
{
"firstBoot": false,
"juliaOptions": {
"numberOfThreads": "4"
},
"juliaPath": "julia1.2",
"uiOptions": {
"enableMenu": true,
"enableToolBar": true,
"usePlotPane": false,
"resultsDisplayMode": "console",
"layouts": {
"defaultPanes": {
"plotPane": false
}
}
}
}
# ink:
Version: 0.11.8
Config:
undefined
# uber-juno:
Version: 0.3.0
Config:
{
"disable": true
}
# language-julia:
Version: 0.19.2
Config:
undefined
# language-weave:not installed
# indent-detective:
Version: 0.4.0
Config:
undefined
Julia Version 1.2.0
Commit c6da87ff4b (2019-08-20 00:03 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: Intel(R) Core(TM) i3-8100 CPU @ 3.60GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-6.0.1 (ORCJIT, skylake)
Environment:
JULIA_EDITOR = atom -a
JULIA_NUM_THREADS = 4
Status `~/.julia/environments/v1.2/Project.toml`
[c52e3926] Atom v0.11.3
[861a8166] Combinatorics v1.0.0
[8f4d0f93] Conda v1.3.0
[31c24e10] Distributions v0.22.3
[f67ccb44] HDF5 v0.12.5
[7073ff75] IJulia v1.20.2
[4138dd39] JLD v0.9.1
[e5e0dc1b] Juno v0.7.2
[438e738f] PyCall v1.91.2
[d330b81b] PyPlot v2.8.2
[ade2ca70] Dates
[37e2e46d] LinearAlgebra
[2f01184e] SparseArrays
[10745b16] Statistics
Hello, sorry for the delay.
Actually I had to re-install the OS, thus I simply re-installed the new Julia (now I have 1.3.1) and the error hasn’t show up yet…