Skip to content
This repository has been archived by the owner on May 4, 2019. It is now read-only.

Fix functor-related deprecation warnings on Julia 0.5 #105

Merged
merged 1 commit into from
May 5, 2016

Conversation

nalimilan
Copy link
Member

Also move mapreduce(::Any, ::Union{typeof(&), typeof(|)}, ::NullableArray, ...)
before the more general method to avoid ambiguity warning.

Also move mapreduce(::Any, ::Union{typeof(&), typeof(|)}, ::NullableArray, ...)
before the more general method to avoid ambiguity warning.
@codecov-io
Copy link

codecov-io commented Apr 30, 2016

Current coverage is 90.15%

Merging #105 into master will not change coverage

@@             master       #105   diff @@
==========================================
  Files            13         13          
  Lines           670        670          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits            604        604          
  Misses           66         66          
  Partials          0          0          

Powered by Codecov. Last updated by f74ae1f...f4aa428

@coveralls
Copy link

coveralls commented Apr 30, 2016

Coverage Status

Coverage remained the same at 90.149% when pulling 596fcb6 on nl/functors into f74ae1f on master.

@davidagold
Copy link
Contributor

Is there a specific issue/PR in base that could be referenced here to give some context?

@nalimilan
Copy link
Member Author

See JuliaLang/julia#15804.

@davidagold
Copy link
Contributor

Thank you, Milan.

@davidagold davidagold merged commit a65b03b into master May 5, 2016
@davidagold davidagold deleted the nl/functors branch May 5, 2016 17:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants