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

Don't use Base.Callable #99

Merged
merged 5 commits into from
Sep 1, 2019
Merged

Conversation

nickrobinson251
Copy link
Contributor

it's not exported. i think we can survive without it.

@codecov-io
Copy link

codecov-io commented Aug 28, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@d4cf5f9). Click here to learn what that means.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##             master   #99   +/-   ##
======================================
  Coverage          ?   92%           
======================================
  Files             ?     1           
  Lines             ?    50           
  Branches          ?     0           
======================================
  Hits              ?    46           
  Misses            ?     4           
  Partials          ?     0
Impacted Files Coverage Δ
src/Missings.jl 92% <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 d4cf5f9...76185d7. Read the comment docs.

@omus
Copy link
Member

omus commented Aug 28, 2019

I think using Base.Callable is fine. That said this change does allow passmissing to use functors.

@bkamins
Copy link
Member

bkamins commented Aug 30, 2019

I am OK with this change.

@rofinn
Copy link
Member

rofinn commented Aug 30, 2019

@bkamins Should this be merged then?

src/Missings.jl Outdated Show resolved Hide resolved
@bkamins
Copy link
Member

bkamins commented Aug 30, 2019

I propose to wait for @nalimilan to comment on this. After merging all the recent PRs probably we should bump a version of Missings.jl and tag a release.

it's not exported. i think we can survive without it.
- Better info some cases:
- `typeof(Int) === DataType
- `Core.Typeof(Int) === Type{Int}`
@nalimilan nalimilan merged commit 57113f0 into JuliaData:master Sep 1, 2019
@nalimilan
Copy link
Member

Thanks!

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.

7 participants