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

Merge epic-sequential-condition #590

Merged
merged 10 commits into from
Oct 4, 2024
Merged

Commits on Oct 4, 2024

  1. Use common condition schema for conditions that use multi-conditions.…

    … This is not directly exported, but is used internally by other conditions.
    
    Update compound condition to use common condition schema.
    derekpierre committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    c444388 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdbf1b1 View commit details
    Browse the repository at this point in the history
  3. Remove multi-condition modules since circular dependency caused issue…

    …s; It would be nice to have something common like this but I'm not sure how to do that currently.
    
    Explicitly define union of all conditions in compound and sequential modules.
    derekpierre committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    c076687 View commit details
    Browse the repository at this point in the history
  4. Update compound condition tests to check max operands and include nes…

    …ted sequential conditions.
    derekpierre committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    51876ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f74e75 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8d1a381 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5975fc2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e9043a2 View commit details
    Browse the repository at this point in the history
  9. Add sequential condition validation to ensure duplicate varNames are …

    …not provided for conditionVariables.
    derekpierre committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    cb9d333 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    18d29a8 View commit details
    Browse the repository at this point in the history