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

typeintersect: followup cleanup for the nothrow path of type instantiation #54514

Merged
merged 7 commits into from
May 19, 2024

Commits on May 18, 2024

  1. Configuration menu
    Copy the full SHA
    95b6fc9 View commit details
    Browse the repository at this point in the history
  2. add two level nothrow control for type instantiation

    This commit adds a two level control for nothrow path.
    `nothrow == 1` means instantiation should not throw but the result must be precise.
    `nothrow == 2` further remove the second requirement.
    With this change, then we can remove those Try/Catch blocks.
    N5N3 committed May 18, 2024
    Configuration menu
    Copy the full SHA
    53d65ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28da0b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1bac8dd View commit details
    Browse the repository at this point in the history
  5. fix assert error

    N5N3 committed May 18, 2024
    Configuration menu
    Copy the full SHA
    202bae9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f35bb32 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. whitespace

    N5N3 authored May 19, 2024
    Configuration menu
    Copy the full SHA
    aa04c4a View commit details
    Browse the repository at this point in the history