Skip to content
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

Juno + julia 0.4 #204

Open
zahachtah opened this issue Aug 14, 2015 · 3 comments
Open

Juno + julia 0.4 #204

zahachtah opened this issue Aug 14, 2015 · 3 comments

Comments

@zahachtah
Copy link

not sure if I did this right, but I downloaded nightly build from julialang and added path to it in user behaviour in juno. Not sure if its the nightly build issue or juno config problem. Starting it gives:

WARNING: require is deprecated, use using or import instead
in depwarn at /Applications/Julia-0.4.app/Contents/Resources/julia/lib/julia/sys.dylib
in require at deprecated.jl:648
in include at /Applications/Julia-0.4.app/Contents/Resources/julia/lib/julia/sys.dylib
in include_from_node1 at /Applications/Julia-0.4.app/Contents/Resources/julia/lib/julia/sys.dylib
in process_options at /Applications/Julia-0.4.app/Contents/Resources/julia/lib/julia/sys.dylib
in _start at /Applications/Julia-0.4.app/Contents/Resources/julia/lib/julia/sys.dylib
while loading /Users/raukhur/Desktop/Juno-0.4.app/Contents/Resources/app/plugins/Julia-LT/jl/init.jl, in expression starting on line 20
WARNING: module Lazy should explicitly import * from Base
WARNING: module Lazy should explicitly import == from Base
WARNING: module Lazy should explicitly import + from Base
WARNING: module Lazy should explicitly import - from Base
ERROR: LoadError: LoadError: LoadError: LoadError: UndefVarError: @hook not defined
in eval at /Users/raukhur/.julia/v0.4/Requires/src/Requires.jl:1
in include at /Applications/Julia-0.4.app/Contents/Resources/julia/lib/julia/sys.dylib
in include_from_node1 at /Applications/Julia-0.4.app/Contents/Resources/julia/lib/julia/sys.dylib
in include at /Applications/Julia-0.4.app/Contents/Resources/julia/lib/julia/sys.dylib
in include_from_node1 at /Applications/Julia-0.4.app/Contents/Resources/julia/lib/julia/sys.dylib
in require at /Applications/Julia-0.4.app/Contents/Resources/julia/lib/julia/sys.dylib
in include at /Applications/Julia-0.4.app/Contents/Resources/julia/lib/julia/sys.dylib
in include_from_node1 at /Applications/Julia-0.4.app/Contents/Resources/julia/lib/julia/sys.dylib
in require at /Applications/Julia-0.4.app/Contents/Resources/julia/lib/julia/sys.dylib
in require at deprecated.jl:649
in include at /Applications/Julia-0.4.app/Contents/Resources/julia/lib/julia/sys.dylib
in include_from_node1 at /Applications/Julia-0.4.app/Contents/Resources/julia/lib/julia/sys.dylib
in process_options at /Applications/Julia-0.4.app/Contents/Resources/julia/lib/julia/sys.dylib
in _start at /Applications/Julia-0.4.app/Contents/Resources/julia/lib/julia/sys.dylib
while loading /Users/raukhur/.julia/v0.4/Requires/src/require.jl, in expression starting on line 18
while loading /Users/raukhur/.julia/v0.4/Requires/src/Requires.jl, in expression starting on line 4
while loading /Users/raukhur/.julia/v0.4/Jewel/src/Jewel.jl, in expression starting on line 3
while loading /Users/raukhur/Desktop/Juno-0.4.app/Contents/Resources/app/plugins/Julia-LT/jl/init.jl, in expression starting on line 36

@rapus95
Copy link

rapus95 commented Aug 22, 2015

Having the same problem even though i only switched to nightly because not even the Tutorial (section with package "Images") worked properly... (Being on Windows 10)

@Teo-ShaoWei
Copy link

I think the issue have been resolved in commit 45fd23c. Juno start up without any error for me.

The plugin has not been push to Light Table apparently, so you may need to download the latest commit and replace it with the files in the old folder (from your log above, the folder is /Users/raukhur/Desktop/Juno-0.4.app/Contents/Resources/app/plugins/Julia-LT/).

@ChrisRackauckas
Copy link

Having this same problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants