This library doesn't seem to work with Julia 1.0:
julia> using DocOpt
[ Info: Precompiling DocOpt [968ba79b-81e4-546f-ab3a-2eecfa62a9db]
ERROR: LoadError: UndefVarError: iteratorsize not defined
Stacktrace:
[1] getproperty(::Module, ::Symbol) at ./sysimg.jl:13
[2] top-level scope at none:0
[3] include at ./boot.jl:317 [inlined]
[4] include_relative(::Module, ::String) at ./loading.jl:1038
[5] include(::Module, ::String) at ./sysimg.jl:29
[6] top-level scope at none:2
[7] eval at ./boot.jl:319 [inlined]
[8] eval(::Expr) at ./client.jl:389
[9] top-level scope at ./none:3
in expression starting at /home/barry/.julia/packages/DocOpt/QelWY/src/DocOpt.jl:117
ERROR: Failed to precompile DocOpt [968ba79b-81e4-546f-ab3a-2eecfa62a9db] to /home/barry/.julia/compiled/v1.0/DocOpt/ZSrJU.ji.
Stacktrace:
[1] error(::String) at ./error.jl:33
[2] macro expansion at ./logging.jl:313 [inlined]
[3] compilecache(::Base.PkgId, ::String) at ./loading.jl:1184
[4] _require(::Base.PkgId) at ./logging.jl:311
[5] require(::Base.PkgId) at ./loading.jl:852
[6] macro expansion at ./logging.jl:311 [inlined]
[7] require(::Module, ::Symbol) at ./loading.jl:834
I'm very new to Julia, so I might be doing something wrong. If so, please point me in the right direction.
This library doesn't seem to work with Julia 1.0:
I'm very new to Julia, so I might be doing something wrong. If so, please point me in the right direction.