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

Load failing in latest 0.6.0 - "UndefVarError: ShortCircuiting not defined" #63

Closed
IanButterworth opened this issue Dec 19, 2016 · 2 comments

Comments

@IanButterworth
Copy link

Version 0.6.0-dev.1606 (2016-12-18 02:36 UTC)
Commit 08fcc0f (0 days old master)
x86_64-apple-darwin13.4.0

ERROR: LoadError: UndefVarError: ShortCircuiting not defined
 in include_from_node1(::String) at ./loading.jl:532
 in include_from_node1(::String) at /Applications/Julia-0.6.app/Contents/Resources/julia/lib/julia/sys.dylib:?
 in include(::String) at ./sysimg.jl:14
 in include(::String) at /Applications/Julia-0.6.app/Contents/Resources/julia/lib/julia/sys.dylib:?
 in anonymous at ./<missing>:2
 in eval(::Module, ::Any) at ./boot.jl:236
 in eval(::Module, ::Any) at /Applications/Julia-0.6.app/Contents/Resources/julia/lib/julia/sys.dylib:?
 in process_options(::Base.JLOptions) at ./client.jl:269
 in _start() at ./client.jl:356
 in _start() at /Applications/Julia-0.6.app/Contents/Resources/julia/lib/julia/sys.dylib:?
while loading /Users/IanB/.julia/v0.6/ColorVectorSpace/src/ColorVectorSpace.jl, in expression starting on line 59
ERROR: Failed to precompile ColorVectorSpace to /Users/IanB/.julia/lib/v0.6/ColorVectorSpace.ji.
 in compilecache(::String) at ./loading.jl:672
 in require(::Symbol) at ./loading.jl:453
 in require(::Symbol) at /Applications/Julia-0.6.app/Contents/Resources/julia/lib/julia/sys.dylib:?
@yuyichao yuyichao changed the title precompilation failing in latest 0.6.0 - "UndefVarError: ShortCircuiting not defined" Load failing in latest 0.6.0 - "UndefVarError: ShortCircuiting not defined" Dec 19, 2016
@vtjnash
Copy link

vtjnash commented Dec 23, 2016

Caused by JuliaLang/julia#19543. Fix is probably to delete the offending line from here?

@tkelman
Copy link

tkelman commented Dec 23, 2016

or make it conditional on isdefined

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

3 participants