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

Support try/catch on the happy (nothrow) path #1474

Merged
merged 9 commits into from
Sep 24, 2024

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    3ddf945 View commit details
    Browse the repository at this point in the history
  2. use stacks for possibly undefined pullbacks

    another possibility would be to thread the pullback values
    as block parameters through the control flow with arguments coming from
    the catch block being `nothing`.
    Pangoraw committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    8f416aa View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Update features.jl

    Pangoraw authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    0836d94 View commit details
    Browse the repository at this point in the history
  2. Update emit.jl

    Pangoraw authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    07ec290 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Update docs/src/limitations.md

    Co-authored-by: Frames White <[email protected]>
    Pangoraw and oxinabox authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    c0e5ba1 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. add try/catch/finally test

    This requires updating the IRTools version to include the better ssa
    conversion for try catch branches.
    Pangoraw committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    9e6e63b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e00a28c View commit details
    Browse the repository at this point in the history
  3. Update Project.toml

    Pangoraw authored Jan 21, 2024
    Configuration menu
    Copy the full SHA
    4d52ed4 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. complete try/catch/else test

    Pangoraw committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    d56dd27 View commit details
    Browse the repository at this point in the history