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

ismissing -> ismissing! #40

Merged
merged 1 commit into from
Jul 31, 2019
Merged

ismissing -> ismissing! #40

merged 1 commit into from
Jul 31, 2019

Conversation

rofinn
Copy link
Member

@rofinn rofinn commented Jul 31, 2019

Rename ismissing(ctx, x) to ismissing!(ctx, x) since it is mutating the context.

Closes #29

NOTE: We aren't deprecating this because it currently isn't an exported API.

Copy link
Contributor

@nickrobinson251 nickrobinson251 left a comment

Choose a reason for hiding this comment

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

LGTM

@codecov
Copy link

codecov bot commented Jul 31, 2019

Codecov Report

Merging #40 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #40   +/-   ##
=======================================
  Coverage   95.63%   95.63%           
=======================================
  Files          10       10           
  Lines         206      206           
=======================================
  Hits          197      197           
  Misses          9        9
Impacted Files Coverage Δ
src/imputors/drop.jl 92.5% <100%> (ø) ⬆️
src/imputors/interp.jl 100% <100%> (ø) ⬆️
src/context.jl 100% <100%> (ø) ⬆️
src/imputors/locf.jl 100% <100%> (ø) ⬆️
src/imputors/nocb.jl 100% <100%> (ø) ⬆️
src/imputors/fill.jl 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 946152b...652583c. Read the comment docs.

@rofinn rofinn merged commit b3d388a into master Jul 31, 2019
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.

Deprecate ismissing(ctx, x) to ismissing!(ctx, x)
2 participants