JuliaData / Feather.jl

Read and write feather files in pure Julia
https://juliadata.github.io/Feather.jl/stable
Other
109 stars 27 forks source link

Argument Error from `@UNION` macro #60

Closed ExpandingMan closed 6 years ago

ExpandingMan commented 6 years ago

I'm getting this error on using Feather which appears to originate from the @UNION macro in metadata.jl.

ERROR: LoadError: LoadError: ArgumentError: 2nd argument must be a `Union{T1,T2...}` type
Stacktrace:
 [1] include_from_node1(::String) at ./loading.jl:576
 [2] include(::String) at ./sysimg.jl:14
 [3] include_from_node1(::String) at ./loading.jl:576
 [4] eval(::Module, ::Any) at ./boot.jl:235
 [5] _require(::Symbol) at ./loading.jl:490
 [6] require(::Symbol) at ./loading.jl:405
while loading /home/savastio/.julia/v0.6/Feather/src/metadata.jl, in expression starting on line 44
while loading /home/savastio/.julia/v0.6/Feather/src/Feather.jl, in expression starting on line 19
quinnj commented 6 years ago

Are you on FlatBuffers.jl master? I think it should be fixed.

ExpandingMan commented 6 years ago

Oh, that must have been it. Sorry, I've long since given up on the package manager and sometimes my packages get out of sync.

By the way, on master currently you are missing using NamedTuples.