Skip to content

Use typesubtract for Missings.T()#82

Merged
nalimilan merged 2 commits intomasterfrom
nl/typesubtract
Apr 1, 2018
Merged

Use typesubtract for Missings.T()#82
nalimilan merged 2 commits intomasterfrom
nl/typesubtract

Conversation

@nalimilan
Copy link
Copy Markdown
Member

It works in all cases where the old method works, but also fixes more cases, and works around a Julia bug which completely breaks the current definition in Julia 0.7.

Fixes #80.

Cc: @iamed2

It works in all cases where the old method works, but also fixes more cases,
and works around a Julia bug which completely breaks the current definition
in Julia 0.7.
@codecov-io
Copy link
Copy Markdown

codecov-io commented Mar 17, 2018

Codecov Report

Merging #82 into master will decrease coverage by 0.08%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #82      +/-   ##
==========================================
- Coverage   93.63%   93.54%   -0.09%     
==========================================
  Files           1        1              
  Lines         157      155       -2     
==========================================
- Hits          147      145       -2     
  Misses         10       10
Impacted Files Coverage Δ
src/Missings.jl 93.54% <100%> (-0.09%) ⬇️

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 f46bd90...13d1901. Read the comment docs.

@nalimilan
Copy link
Copy Markdown
Member Author

OK to merge?

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.

Missings.T is unusable when T1 is a UnionAll

3 participants