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

Stopgap for Vararg widening #11480

Closed
wants to merge 1 commit into from
Closed

Stopgap for Vararg widening #11480

wants to merge 1 commit into from

Commits on May 29, 2015

  1. Stopgap for Vararg widening

    This is a not-very-good fix for the following problem. It turns out that
    since Vararg is a type (which I would argue is a bad idea), it can get
    widened into a `<:Vararg` type var. This is not handled correctly and
    can cause inference to crash. This patch does not fix the fact that we
    could potentially encouter something like `Tuple{<:Any}` which could
    come from `Tuple{Vararg{T}}`.
    carnaval committed May 29, 2015
    Configuration menu
    Copy the full SHA
    008756f View commit details
    Browse the repository at this point in the history