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

Cannot load package due to old iteration protocol #27

Closed
JockLawrie opened this issue Nov 14, 2018 · 3 comments
Closed

Cannot load package due to old iteration protocol #27

JockLawrie opened this issue Nov 14, 2018 · 3 comments

Comments

@JockLawrie
Copy link
Contributor

Hi there,

I'm trying to load this package on Julia 1.0.2 with using GoogleCloud.
The error I get is:

julia> using GoogleCloud
[ Info: Precompiling GoogleCloud [55e21f81-8b0a-565e-b5ad-6816892a5ee7]
ERROR: LoadError: LoadError: UndefVarError: start 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:1044
 [5] include at ./sysimg.jl:29 [inlined]
 [6] include(::String) at /home/jock/.julia/packages/GoogleCloud/CrJrI/src/GoogleCloud.jl:4
 [7] top-level scope at none:0
 [8] include at ./boot.jl:317 [inlined]
 [9] include_relative(::Module, ::String) at ./loading.jl:1044
 [10] include(::Module, ::String) at ./sysimg.jl:29
 [11] top-level scope at none:2
 [12] eval at ./boot.jl:319 [inlined]
 [13] eval(::Expr) at ./client.jl:393
 [14] top-level scope at ./none:3
in expression starting at /home/jock/.julia/packages/GoogleCloud/CrJrI/src/collection.jl:226
in expression starting at /home/jock/.julia/packages/GoogleCloud/CrJrI/src/GoogleCloud.jl:20
@xiuliren
Copy link
Contributor

just released a new version to fix this.
you can also checkout the master branch for quick fix

@JockLawrie
Copy link
Contributor Author

Thanks that works.
FYI - I'm trying to use the Cloud Storage API. Will file issues as they arise.

@xiuliren
Copy link
Contributor

great!

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