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

Fix deprecation of getproperty(::Pairs, s) in Julia 1.7 #29

Closed
baumgold opened this issue Jan 27, 2022 · 0 comments
Closed

Fix deprecation of getproperty(::Pairs, s) in Julia 1.7 #29

baumgold opened this issue Jan 27, 2022 · 0 comments

Comments

@baumgold
Copy link

As of Julia v1.7 JuliaLang/julia#39448 deprecated getproperty(::Pairs, s). This currently causes a warning and should be updated:

┌ Warning: use values(kwargs) and keys(kwargs) instead of kwargs.data and kwargs.itr
│   caller = #transform#3 at TableOperations.jl:39 [inlined]
└ @ Core ~/.julia/packages/TableOperations/d5QI0/src/TableOperations.jl:39
@quinnj quinnj closed this as completed in 6ff060a Apr 14, 2022
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

1 participant