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

Conditional Blocks #1666

Merged
merged 44 commits into from
Sep 27, 2024
Merged

Conditional Blocks #1666

merged 44 commits into from
Sep 27, 2024

Commits on Jun 30, 2024

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

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    4430c10 View commit details
    Browse the repository at this point in the history
  2. Clean up test

    luca-patrignani committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    c6f8cc8 View commit details
    Browse the repository at this point in the history
  3. Test if else

    luca-patrignani committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    e49beac View commit details
    Browse the repository at this point in the history
  4. Fix typo

    luca-patrignani committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    e258d64 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    281a620 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c310a82 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Allow break and continue states inside cfgs nested in loops and remov…

    …e end state if not used in inline
    luca-patrignani committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    58451fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebb69be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f429ea View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    9fe2532 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    luca-patrignani committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    d91ef62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8b1bee View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

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

Commits on Jul 6, 2024

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

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    25e52bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5aa40a View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Fix _used_symbols_internal in conditional region and remove dead bloc…

    …ks when encountering breaks and contiunes
    luca-patrignani committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    e4d9a85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8deac1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c506bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c614bcb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f4a0298 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Fix from_json

    luca-patrignani committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    7a4584e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    feed8aa View commit details
    Browse the repository at this point in the history
  3. Remove unused file

    luca-patrignani committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    faad41d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39a183e View commit details
    Browse the repository at this point in the history
  5. Fix test

    luca-patrignani committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    cbc51cd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    575f351 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

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

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    b7aed06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08765ae View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Lots of bugfixes

    phschaad committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    5cfcfbb View commit details
    Browse the repository at this point in the history
  2. Bugfixes

    phschaad committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    a72bc91 View commit details
    Browse the repository at this point in the history
  3. Codegen bugfix

    phschaad committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    6d41d63 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb8719a View commit details
    Browse the repository at this point in the history
  5. Fix conditional inlining

    phschaad committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    3e21bce View commit details
    Browse the repository at this point in the history
  6. Fixes in inlining, again

    phschaad committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    426fcec View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Serialization fix

    phschaad committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    fa91519 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8dc0f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3632cc5 View commit details
    Browse the repository at this point in the history
  4. Fix shared transients

    phschaad committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    40f3aea View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    bebb2c4 View commit details
    Browse the repository at this point in the history
  2. Address review comments

    phschaad committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    e1fc235 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f09fbe1 View commit details
    Browse the repository at this point in the history