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

Refactor join behaviour and par subtree completeness #181

Merged
merged 3 commits into from
Nov 26, 2021
Merged

Conversation

mikevoronov
Copy link
Member

@mikevoronov mikevoronov commented Nov 25, 2021

Before this PR:

After this PR:

  • call/match/mismatch/fold set subtree_complete to false in join behaviour
  • par sets subtree complete to false if there's an error

Resolves #180.

@mikevoronov mikevoronov added the A-execution-engine area: execution engine of AquaVM label Nov 26, 2021
@mikevoronov mikevoronov changed the title Fix issue 180 Refactor join behaviour and par subtree completeness Nov 26, 2021
@mikevoronov mikevoronov merged commit e95f252 into master Nov 26, 2021
@mikevoronov mikevoronov deleted the issue_180 branch November 26, 2021 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-execution-engine area: execution engine of AquaVM
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: par could treat a subtree completed if it finished with a error
2 participants