You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, this package currently fails on Julia 0.7.
One motivation is that Julia 0.7 introduced NamedTuple in core, and hence to use the NamedTuples.jl implementation one has to use the full qualifying name NamedTuples.NamedTuple.
I did try to modify the code for taking care of that, but I still have an error that I don't understand:
WARNING: importing deprecated binding Base.Nullable into IndexedTables.
ERROR: LoadError: LoadError: TypeError: in Type{...} expression, expected UnionAll, got typeof(Base.Nullable)
and I wander if the package author want to switch to the core implementation of NamedTuples instead.
So, it's there any roadmap/plan to update this package to Julia 1.0 ?
The text was updated successfully, but these errors were encountered:
Hello, this package currently fails on Julia 0.7.
One motivation is that Julia 0.7 introduced NamedTuple in core, and hence to use the NamedTuples.jl implementation one has to use the full qualifying name
NamedTuples.NamedTuple
.I did try to modify the code for taking care of that, but I still have an error that I don't understand:
and I wander if the package author want to switch to the core implementation of NamedTuples instead.
So, it's there any roadmap/plan to update this package to Julia 1.0 ?
The text was updated successfully, but these errors were encountered: