Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

DO_WHILE preemptively starts the next iteration in certain cases #3072

Merged
merged 2 commits into from
Jun 29, 2022

Conversation

aravindanr
Copy link
Collaborator

Pull Request type

  • Bugfix
  • Feature
  • Refactoring (no functional changes, no api changes)
  • Build related changes (Please run ./gradlew generateLock saveLock to refresh dependencies)
  • WHOSUSING.md
  • Other (please describe):

NOTE: Please remember to run ./gradlew spotlessApply to fix any format violations.

Changes in this PR

If DO_WHILE contains a SIMPLE task followed by a system task, it starts the next iteration once the system task is complete but before scheduling the SIMPLE task

@aravindanr aravindanr added the type: bug bugs/ bug fixes label Jun 29, 2022
@aravindanr aravindanr merged commit 27af660 into main Jun 29, 2022
@aravindanr aravindanr deleted the do_while_fix_for_system_tasks branch June 29, 2022 14:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug bugs/ bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant