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

[mono][aot] Type load checks do not fail at compile time but produce a runtime exception #91261

Merged
merged 21 commits into from
Sep 27, 2023

Commits on Aug 28, 2023

  1. Enable tests.

    jandupej committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    78ce32e View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

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

Commits on Aug 30, 2023

  1. Cleaned up type load error cleaning. TypeLoadException icall now has …

    …a message with type name.
    jandupej committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    7676e00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    611888b View commit details
    Browse the repository at this point in the history
  3. Fixed build warning.

    jandupej committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    15b7aa5 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Using class const instead of string const. Reverted some compile to r…

    …untime errors that were not necessary for the unit tests.
    jandupej committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    90aa674 View commit details
    Browse the repository at this point in the history
  2. White space.

    jandupej committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    d4b6c9f View commit details
    Browse the repository at this point in the history
  3. Fixed build warning.

    jandupej committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    bda12b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fbd3614 View commit details
    Browse the repository at this point in the history
  5. Fixed build error.

    jandupej committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    805d6c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

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

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    19c5155 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83bcc30 View commit details
    Browse the repository at this point in the history
  3. Fixed stack corruption.

    jandupej committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    c6fe63b View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    9cb3d1a View commit details
    Browse the repository at this point in the history
  2. Fixing uninitialized ins.

    jandupej committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    025ed7a View commit details
    Browse the repository at this point in the history
  3. Fixing ro_type.

    jandupej committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    4633336 View commit details
    Browse the repository at this point in the history
  4. Initializing ins.

    jandupej committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    55db3c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

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

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    ca7530d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9709a89 View commit details
    Browse the repository at this point in the history