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 0.5 #22

Closed
davidanthoff opened this issue May 9, 2016 · 3 comments
Closed

Broken on 0.5 #22

davidanthoff opened this issue May 9, 2016 · 3 comments

Comments

@davidanthoff
Copy link
Contributor

I get this error right now, this is from the latest master and julia 0.5.0-dev+3993.

ERROR: LoadError: LoadError: UndefVarError: Requires not defined
 in require(::Symbol) at C:\Users\anthoff\.julia\v0.5\Requires\src\require.jl:10
 in _require_from_serialized(::Int64, ::Symbol, ::String, ::Bool) at .\loading.jl:174
 in _require_from_serialized(::Int64, ::Symbol, ::Bool) at .\loading.jl:202
 in require(::Symbol) at .\loading.jl:332
 in include_from_node1(::String) at .\loading.jl:426
 in eval(::Module, ::Any) at .\boot.jl:230
 [inlined code] from .\sysimg.jl:11
 in require(::Symbol) at .\loading.jl:357
 in include_from_node1(::String) at .\loading.jl:426
 in process_options(::Base.JLOptions) at .\client.jl:263
 in _start() at .\client.jl:319
while loading C:\Users\anthoff\.julia\v0.5\Judyp\src\Judyp.jl, in expression starting on line 8
while loading C:\Users\anthoff\source\4sD.jl\main.jl, in expression starting on line 1

I'm unable to create a short repo case, but maybe this is enough to diagnose? This bug is essentially keeping me from running anything on julia 0.5 right now... It is in particular preventing any further progress on JuliaLang/julia#16047. Thanks for any help!

@MikeInnes
Copy link
Collaborator

This still an issue for you? I'm not seeing it on requires/julia master.

@davidanthoff
Copy link
Contributor Author

Yes, still broken. I just gave you access to https://github.com/davidanthoff/Judyp.jl, if you clone that package and then try using Judyp you should be able to reproduce the error message.

@MikeInnes
Copy link
Collaborator

Great, thanks, I managed to reproduce this and push a fix.

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

2 participants