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

Implement Varargs #1

Merged
merged 2 commits into from
Sep 12, 2019
Merged

Implement Varargs #1

merged 2 commits into from
Sep 12, 2019

Commits on Sep 11, 2019

  1. Restructure type matching

      Instead of using tuples of TypeIds/TypeMatches, use dedicated enums
    this will facilitate having more than 12 arguments per method, as the
    main reason that limitation was in place was because the Hash impl for
    tuples only went as far as 12 elements.
      The TypeMatches enum also has variants signifying it contains a vararg
    which is the first step for supporting them.
    fcard committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    81b3c77 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. Implement Varargs

    fcard committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    3212063 View commit details
    Browse the repository at this point in the history