-
Notifications
You must be signed in to change notification settings - Fork 9
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
Precompiling error #62
Comments
Just ran into the same issue. Looks like the precompile statements hard code the gensymed names of closures, which probably isn't a good idea. |
precompilation issue
|
I have the same error too |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
julia> using TableReader
[ Info: Precompiling TableReader [70df011a-6618-58d7-8e16-3cf9e384cb47]
ERROR: LoadError: UndefVarError: ##24#29 not defined
Stacktrace:
[1] precompile() at C:\Users\jcai.AUTH.julia\packages\TableReader\XQZpf\src\TableReader.jl:784
[2] top-level scope at C:\Users\jcai.AUTH.julia\packages\TableReader\XQZpf\src\TableReader.jl:817
[3] include(::Function, ::Module, ::String) at .\Base.jl:380
[4] include(::Module, ::String) at .\Base.jl:368
[5] top-level scope at none:2
[6] eval at .\boot.jl:331 [inlined]
[7] eval(::Expr) at .\client.jl:467
[8] top-level scope at .\none:3
in expression starting at C:\Users\jcai.AUTH.julia\packages\TableReader\XQZpf\src\TableReader.jl:817
ERROR: Failed to precompile TableReader [70df011a-6618-58d7-8e16-3cf9e384cb47] to C:\Users\jcai.AUTH.julia\compiled\v1.5\TableReader\EYKoh_WAAUV.ji.
Stacktrace:
[1] error(::String) at .\error.jl:33
[2] compilecache(::Base.PkgId, ::String) at .\loading.jl:1305
[3] _require(::Base.PkgId) at .\loading.jl:1030
[4] require(::Base.PkgId) at .\loading.jl:928
[5] require(::Module, ::Symbol) at .\loading.jl:923
The text was updated successfully, but these errors were encountered: