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

Remove ==(::Any, ::Null) #19

Merged
merged 1 commit into from
Jun 1, 2017
Merged

Remove ==(::Any, ::Null) #19

merged 1 commit into from
Jun 1, 2017

Conversation

nalimilan
Copy link
Member

These two definitions are not required since the fallback on === gives the
same result, yet they generate lots of ambiguities.

These two definitions are not required since the fallback on === gives the
same result, yet they generate lots of ambiguities.
@nalimilan nalimilan closed this Jun 1, 2017
@nalimilan nalimilan reopened this Jun 1, 2017
@codecov-io
Copy link

codecov-io commented Jun 1, 2017

Codecov Report

❗ No coverage uploaded for pull request base (master@97914d1). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #19   +/-   ##
=========================================
  Coverage          ?   98.43%           
=========================================
  Files             ?        1           
  Lines             ?       64           
  Branches          ?        0           
=========================================
  Hits              ?       63           
  Misses            ?        1           
  Partials          ?        0
Impacted Files Coverage Δ
src/Nulls.jl 98.43% <ø> (ø)

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 97914d1...6fa5248. Read the comment docs.

@ararslan ararslan merged commit 4a2a2ca into master Jun 1, 2017
@ararslan ararslan deleted the nl/eq branch June 1, 2017 21:41
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.

3 participants