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

[runtime] Throw exception for condition we don't handle in the dynamic registrar. #20568

Merged
merged 4 commits into from
May 20, 2024

Commits on May 6, 2024

  1. [runtime] Throw exception for condition we don't handle in the dynami…

    …c registrar.
    
    Throw an exception for a condition we don't handle in the dynamic registrar:
    calling a base Objective-C constructor (init method) with arguments. Our
    current implementation to call the base Objective-C constructor doesn't handle
    any arguments, so if the method actually takes any arguments, those will just
    be random memory. In other words: a consistent exception is better than a
    random invalid memory access.
    rolfbjarne committed May 6, 2024
    Configuration menu
    Copy the full SHA
    ea62bad View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

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

Commits on May 8, 2024

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

Commits on May 9, 2024

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