Closed visr closed 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)
.
Currently it's failing on windows, so I assume this should fix it.