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

Skip unnecessary contributors during proxy type generation #552

Merged

Commits on Jan 5, 2021

  1. Build contributors list incrementally

    For interface proxy generators, the order of contributors doesn't match
    the documented order of precedence, so we fix that here.
    stakx committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    64e70ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    683f709 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    843ad10 View commit details
    Browse the repository at this point in the history
  4. Some finishing touches

    Use the same contributor names across both `BaseClassProxyGenerator`
    and `BaseInterfaceProxyGenerator`.
    stakx committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    d5f587e View commit details
    Browse the repository at this point in the history