JunoLab / Juno.jl

MIT License
144 stars 23 forks source link

[BUG] Juno on Atom only works for the 64x bitsversion #550

Closed MJKooiman closed 4 years ago

MJKooiman commented 4 years ago

Details

The julia client Juno doesn't work while using the 32 bits version of Julia. It gives an methode error. Using the 64bits version solves the problem.

pfitzseb commented 4 years ago

Would be good to know what method error this gives.

MJKooiman commented 4 years ago

image

aviatesk commented 4 years ago

Maybe JSON.jl always parses integers as Int64 even on 32bit machine ?

aviatesk commented 4 years ago

seems like so: https://github.com/JuliaIO/JSON.jl/pull/178

aviatesk commented 4 years ago

@MJKooiman can you try https://github.com/JunoLab/Atom.jl/pull/314 ?

MJKooiman commented 4 years ago

I have already switched to the 64x bit version. I can also use that one. I just wanted to repport for others.

aviatesk commented 4 years ago

ah I see. Since I don't have 32 bits, it would be appreciated if you can give a test on it.

MJKooiman commented 4 years ago

I understand. But I also don't have 32 bits anymore. Since I switched to 64bits