-
Notifications
You must be signed in to change notification settings - Fork 23
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
Commits on Oct 4, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for c444388 - Browse repository at this point
Copy the full SHA c444388View commit details -
Add initial code for sequential conditions based on reuse of existing…
… building blocks.
Configuration menu - View commit details
-
Copy full SHA for cdbf1b1 - Browse repository at this point
Copy the full SHA cdbf1b1View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for c076687 - Browse repository at this point
Copy the full SHA c076687View commit details -
Update compound condition tests to check max operands and include nes…
…ted sequential conditions.
Configuration menu - View commit details
-
Copy full SHA for 51876ec - Browse repository at this point
Copy the full SHA 51876ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f74e75 - Browse repository at this point
Copy the full SHA 0f74e75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d1a381 - Browse repository at this point
Copy the full SHA 8d1a381View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5975fc2 - Browse repository at this point
Copy the full SHA 5975fc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9043a2 - Browse repository at this point
Copy the full SHA e9043a2View commit details -
Add sequential condition validation to ensure duplicate varNames are …
…not provided for conditionVariables.
Configuration menu - View commit details
-
Copy full SHA for cb9d333 - Browse repository at this point
Copy the full SHA cb9d333View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18d29a8 - Browse repository at this point
Copy the full SHA 18d29a8View commit details