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

Add support for variadic arguments #624

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Sep 18, 2018

  1. Add test for variadic arguments

    tssge committed Sep 18, 2018
    Copy the full SHA
    65f2ca3 View commit details
    Browse the repository at this point in the history
  2. Add support for variadic arguments

    This makes ParameterResolver resolve variadic arguments correctly
    tssge committed Sep 18, 2018
    Copy the full SHA
    d3f14de View commit details
    Browse the repository at this point in the history
  3. Fix test

    Forgot to build container
    tssge committed Sep 18, 2018
    Copy the full SHA
    1bce512 View commit details
    Browse the repository at this point in the history
  4. Sigh

    Fix the test values index, I'm blind
    tssge committed Sep 18, 2018
    Copy the full SHA
    505aafe View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    8524574 View commit details
    Browse the repository at this point in the history
  6. Fix formatting

    tssge committed Sep 18, 2018
    Copy the full SHA
    ecbd65b View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2018

  1. Add test for method injection

    tssge committed Oct 9, 2018
    Copy the full SHA
    de4677b View commit details
    Browse the repository at this point in the history