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

Extended printing at a MethodError. #9485

Merged
merged 3 commits into from
Jan 18, 2015
Merged

Commits on Jan 14, 2015

  1. Added so JuliaLang#7714 also takes care of args... when considering a…

    … match and
    
    removed the requirement of equal lengths of args. The match also takes
    into account that parametric methods args needs to have the same type for
    one tvar using typeintersect. There is also added test of
    `show_method_candidates`.
    dhoegh committed Jan 14, 2015
    Configuration menu
    Copy the full SHA
    25f18f6 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2015

  1. Configuration menu
    Copy the full SHA
    b015a9d View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2015

  1. Added so !Matched is printed in front of a type that is not matched…

    … when `have_color=false`
    dhoegh committed Jan 17, 2015
    Configuration menu
    Copy the full SHA
    62ae4e5 View commit details
    Browse the repository at this point in the history