Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Julia 0.7/1.0 (i.e. NamedTuples in core) ? #186

Closed
sylvaticus opened this issue Aug 22, 2018 · 1 comment
Closed

Support for Julia 0.7/1.0 (i.e. NamedTuples in core) ? #186

sylvaticus opened this issue Aug 22, 2018 · 1 comment

Comments

@sylvaticus
Copy link

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 ?

@andreasnoack
Copy link
Member

Please see #182

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants