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

Fix definition of promote_rule(Missing, Missing) #27256

Merged
merged 1 commit into from
May 27, 2018
Merged

Fix definition of promote_rule(Missing, Missing) #27256

merged 1 commit into from
May 27, 2018

Commits on May 26, 2018

  1. Fix definition of promote_rule(Missing, Missing)

    I don't believe this definition is ever actually used (because `promote_type(::Type{T}, ::Type{T}) where {T}` would intercept it earlier), but it is still useful for preventing the ambiguities test to complain. As such, we might as well make it correct.
    Keno committed May 26, 2018
    Configuration menu
    Copy the full SHA
    27bc2cd View commit details
    Browse the repository at this point in the history