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

broken on Julia v0.5 #1

Open
tanmaykm opened this issue Feb 25, 2016 · 0 comments
Open

broken on Julia v0.5 #1

tanmaykm opened this issue Feb 25, 2016 · 0 comments

Comments

@tanmaykm
Copy link

Executing runtests.jl I get:

ERROR: LoadError: error in method definition: function Serializer.deserialize must be explicitly imported to be extended
 in include(::ASCIIString) at ./boot.jl:264
 in include_from_node1(::ASCIIString) at ./loading.jl:417
 in eval(::Module, ::Any) at ./boot.jl:267
 [inlined code] from ./sysimg.jl:14
 in process_options(::Base.JLOptions) at ./client.jl:239
 in _start() at ./client.jl:318
while loading /home/tan/.julia/v0.5/ClusterDicts/src/ClusterDicts.jl, in expression starting on line 155
ERROR: LoadError: Failed to precompile ClusterDicts to /home/tan/.julia/lib/v0.5/ClusterDicts.ji
 in error(::ASCIIString) at ./error.jl:21
 in compilecache(::ASCIIString) at ./loading.jl:496
 in require(::Symbol) at ./loading.jl:355
 in include(::ASCIIString) at ./boot.jl:264
 in include_from_node1(::UTF8String) at ./loading.jl:417
 in process_options(::Base.JLOptions) at ./client.jl:262
 in _start() at ./client.jl:318
while loading /home/tan/.julia/v0.5/ClusterDicts/test/runtests.jl, in expression starting on line 2

Fixing the deserialize import issue brings up other errors.

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

1 participant