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 error in error #350

Merged
merged 1 commit into from
Oct 21, 2023
Merged

fix error in error #350

merged 1 commit into from
Oct 21, 2023

Conversation

ericphanson
Copy link
Contributor

tiny fix since ret isn't defined. (found by JET!)

@@ -126,14 +126,14 @@ end

function subset(x::DictRowTable, inds; viewhint::Union{Bool,Nothing}=nothing, view::Union{Bool,Nothing}=nothing)
if view !== nothing
@warn "`view` keyword argument is deprecated for `Tables.subset`, use `viewhint` instead"
@warn "`view` keyword argument is deprecated for `Tables.subset`, use `viewhint` instead" maxlog=10
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unrelated change but deprecation-style warnings should generally get a maxlog imo

@codecov
Copy link

codecov bot commented Oct 20, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (1f79db0) 94.58% compared to head (1bb4412) 94.58%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #350   +/-   ##
=======================================
  Coverage   94.58%   94.58%           
=======================================
  Files           7        7           
  Lines         739      739           
=======================================
  Hits          699      699           
  Misses         40       40           
Files Coverage Δ
src/dicts.jl 94.06% <50.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bkamins bkamins merged commit 175e431 into JuliaData:main Oct 21, 2023
7 of 8 checks passed
@bkamins
Copy link
Member

bkamins commented Oct 21, 2023

Thank you!

@ericphanson ericphanson deleted the eph/fix-error branch July 26, 2024 12:02
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.

2 participants