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

Change explicit implementation method naming scheme to prevent name collisions #471

Merged
merged 5 commits into from
Aug 23, 2019

Commits on Aug 23, 2019

  1. Add failing test re: method name collision

    When deciding how to name interface methods on the proxy type, Dynamic-
    Proxy attempts to prevent name collisions by switching to explicit
    implementation (where method names get prefixed with the declaring
    type's name).
    
    As this test shows, this strategy is not sufficient to prevent name
    collisions, because the namespace does not get included in type names.
    stakx committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    bb4322d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa63480 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78fdc1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04625c0 View commit details
    Browse the repository at this point in the history
  5. Update the changelog

    stakx committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    12961b5 View commit details
    Browse the repository at this point in the history