-
Notifications
You must be signed in to change notification settings - Fork 19
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #99 +/- ##
======================================
Coverage ? 92%
======================================
Files ? 1
Lines ? 50
Branches ? 0
======================================
Hits ? 46
Misses ? 4
Partials ? 0
Continue to review full report at Codecov.
|
I think using |
I am OK with this change. |
@bkamins Should this be merged then? |
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}`
009541a
to
ea86178
Compare
Thanks! |
it's not exported. i think we can survive without it.