Sebastian Pfitzner

Results 734 comments of Sebastian Pfitzner

Yeah, that should've been "...different from the one in the global environment". Are you sure you're using the same Julia version everywhere?

Also an issue on the 0.7 branches. I don't think there is a way to do this without reimplementing the whole package path handling from Pkg3, unfortunately.

Possibly, but that'd require starting Julia :) Probably not too big a deal though since startup time is pretty good now.

Fixed with https://github.com/JunoLab/atom-ink/commit/bb70f71018269a37c3396543030d67716351d773.

Did you update your Julia packages to the version specified [here](https://discourse.julialang.org/t/ann-juno-0-8-7/24682)?

You probably can update once https://github.com/JuliaRegistries/General/pull/1037 is merged (or temporarily uninstall Revise.jl).

First try a `pkg> up`, and then, if you still don't get the new Atom.jl version, try `pkg> add [email protected]` or `pkg> add [email protected]`. That should tell you what package...

Will be fixed by https://github.com/JunoLab/atom-julia-client/pull/699.

This is an upstream bug we can't really do anything about.

Are you sure the code isn't just taking a while to execute?