Skip to content

Conversation

@dmbates
Copy link
Contributor

@dmbates dmbates commented Aug 10, 2022

In Julia v1.8.0-rc4 creating a DictTable produces a warning of the form

┌ Warning: use values(kwargs) and keys(kwargs) instead of kwargs.data and kwargs.itr
│   caller = #DictTable#117 at DictTable.jl:31 [inlined]
└ @ Core ~/.julia/packages/TypedTables/zfbS2/src/DictTable.jl:31

In Julia v1.8.0-rc4 creating a `DictTable` produces a warning of the form
```
┌ Warning: use values(kwargs) and keys(kwargs) instead of kwargs.data and kwargs.itr
│   caller = #DictTable#117 at DictTable.jl:31 [inlined]
└ @ Core ~/.julia/packages/TypedTables/zfbS2/src/DictTable.jl:31
```
@codecov
Copy link

codecov bot commented Aug 10, 2022

Codecov Report

Merging #96 (5e98c60) into main (a7ca98c) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main      #96   +/-   ##
=======================================
  Coverage   69.63%   69.63%           
=======================================
  Files           7        7           
  Lines         909      909           
=======================================
  Hits          633      633           
  Misses        276      276           
Impacted Files Coverage Δ
src/DictTable.jl 57.78% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@dmbates
Copy link
Contributor Author

dmbates commented Aug 10, 2022

I noticed in the testing output that similar changes should be made in lines 27 and 28 of src/FlexTable.jl but I'm not sure if I can add those changes to this PR.

@dmbates dmbates requested a review from andyferris August 10, 2022 22:19
@quinnj quinnj merged commit 145b0fa into main Aug 16, 2022
@quinnj quinnj deleted the dmbates-patch-1 branch August 16, 2022 12:55
@stuartthomas25
Copy link

There is a similar error in FlexTable.jl

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

Successfully merging this pull request may close these issues.

4 participants