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

New conditional api #2443

Merged
merged 9 commits into from
May 5, 2020
Merged

New conditional api #2443

merged 9 commits into from
May 5, 2020

Commits on Apr 28, 2020

  1. [WIP] - Add case and Variable [ci skip]

    This adds two new control flow constructs:
    
    - `case`: for creating conditional branches in a flow
    - `Variable`: for merging conditional branches back together
    
    These do similar things to `switch` and `merge`, but should hopefully be
    easier to read.
    
    Still needs tests and docs, just getting a WIP up for comments.
    jcrist committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    25f54b8 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Configuration menu
    Copy the full SHA
    ab537de View commit details
    Browse the repository at this point in the history
  2. Add tests

    jcrist committed May 4, 2020
    Configuration menu
    Copy the full SHA
    f8579fb View commit details
    Browse the repository at this point in the history
  3. Add docs

    jcrist committed May 4, 2020
    Configuration menu
    Copy the full SHA
    b22c656 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e30acb6 View commit details
    Browse the repository at this point in the history
  5. Fixup

    jcrist committed May 4, 2020
    Configuration menu
    Copy the full SHA
    e9d4aaf View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. Configuration menu
    Copy the full SHA
    c15a600 View commit details
    Browse the repository at this point in the history
  2. Add changelog entry [ci skip]

    jcrist committed May 5, 2020
    Configuration menu
    Copy the full SHA
    befb2a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a106524 View commit details
    Browse the repository at this point in the history