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 reabstraction in CoreCLR for Static Virtual Methods #88711

Merged
merged 10 commits into from
Jul 14, 2023

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    4044277 View commit details
    Browse the repository at this point in the history
  2. Implement static virtual method default method reabstraction behavior…

    …, where EntryPointNotFound is supposed to be thrown
    
    - In addition, this should cover the late bound AmbiguousImplementationException scenario
    davidwrighton committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    f4fad27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bcb0a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35e4977 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac74b68 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    26d9ee2 View commit details
    Browse the repository at this point in the history
  7. - Exclude mono from new test

    - Fix assert check which could AV
    davidwrighton committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    acc8f99 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4cc195b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8e5c785 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

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