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

[K/N][Tests] Fix crashes when casting to an Obj-C class companion #5270

Closed
wants to merge 7 commits into from

Commits on Apr 4, 2024

  1. [K/N][Tests] Fix: Crashes when casting to an Obj-C class companion

    When generating section `__objc_classrefs`, need to consider distinguishing
    `_OBJC_CLASS_$_` and `_OBJC_METACLASS_$_`
    
    KT-65260
    edisongz committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    5ae733e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba503f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11d137c View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

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

Commits on Apr 18, 2024

  1. [K/N][Tests] Fix crashes when casting to an Obj-C class companion

    Use pointer equality for type-checking
    edisongz committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    968131f View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

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

Commits on May 21, 2024

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