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

use Compat.Sys.iswindows for 0.6 compatibility #56

Closed visr closed 7 years ago

xiaodaigh commented 7 years ago

Currently it's failing on windows, so I assume this should fix it.

visr commented 7 years ago

@xiaodaigh this is not enough to fix Feather.jl master on julia 0.6. The CI error here, UndefVarError: allocate not defined, is related to https://github.com/JuliaData/DataStreams.jl/pull/36, which doesn't work due to if isdefined(Core, :NamedTuple).