-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import issues #4
Comments
I fix this by importing Base.get at the very top of the file and commenting the one at near line 422:
|
Can you tell me the version of Julia, and the git hash of the ZMQ package that you are running? I can't replicate this myself.
|
➜ Learning ./julia/julia running the 14th feb binary on snow leopard (which is why) and ➜ ZMQ git log
|
OK, the Jan 14th build of Julia should have most of the changes that we need. Could you please try a Pkg.update() to get the latest version of the ZMQ package, and see if this particular issue around 'import' goes away. Note that the |
Issue around import is gone. Thanks! |
➜ juliatry ../julia/julia server.jl
unsupported or misplaced expression import
in include at boot.jl:248
in include_from_node1 at util.jl:251
in reload_path at util.jl:271
in require at util.jl:223
in include at boot.jl:248
in include_from_node1 at util.jl:251
in process_options at client.jl:238
in _start at client.jl:304
at /Users/rahul/.julia/ZMQ/src/ZMQ.jl:422
➜ juliatry cat server.jl
require("ZMQ")
using ZMQ
require("ZMQ/src/RPCJuliaSer")
using RPCJuliaSer
run_server() #using port 5555 by default
The text was updated successfully, but these errors were encountered: