JuliaInterop / JavaCall.jl

Call Java from Julia
http://juliainterop.github.io/JavaCall.jl
Other
118 stars 53 forks source link

Doesn't work in Julia 1.0 yet #79

Closed tgc123 closed 5 years ago

tgc123 commented 5 years ago
julia> using JavaCall
[ Info: Precompiling JavaCall [494afd89-becb-516b-aafa-70d2670c0337]
ERROR: LoadError: LoadError: UndefVarError: start not defined
Stacktrace:
...
in expression starting at C:\Users\tgc\.julia\packages\JavaCall\X7Eto\src\convert.jl:328
in expression starting at C:\Users\tgc\.julia\packages\JavaCall\X7Eto\src\JavaCall.jl:34
ERROR: Failed to precompile JavaCall [494afd89-becb-516b-aafa-70d2670c0337] to C:\Users\tgc\.julia\compiled\v1.0\JavaCall\xsZ3L.ji.

Related to this code comment: # TODO replace once iterate is available in Compat

dfdx commented 5 years ago

I was going to take a look at JavaCall.jl by the end of this week.

dfdx commented 5 years ago

Here we go: #80

aviks commented 5 years ago

Fixed now.