Skip to content

Fix async finally block bug#82

Merged
PandaMagnus merged 1 commit intomainfrom
mc/fix-async-finally
Mar 25, 2026
Merged

Fix async finally block bug#82
PandaMagnus merged 1 commit intomainfrom
mc/fix-async-finally

Conversation

@PandaMagnus
Copy link
Copy Markdown
Collaborator

@PandaMagnus PandaMagnus commented Mar 19, 2026

  • add unit tests for bug (and two unit tests for happy-path execution with both regular and async finally blocks)

Description

Fix an bug where async finally blocks were tracked as test blocks, and so would never execute if an upstream block failed. Added tests for async finally blocks as they were missing (that was on me. oops 😞 )

Ensure that your pull request has followed all the steps below:

  • Code compilation
  • Created tests which fail without the change (if possible)
  • All tests passing
  • Extended the README / documentation, if necessary

…sts for happy-path execution with both regular and async finally blocks)
@PandaMagnus PandaMagnus merged commit ccfcd5f into main Mar 25, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants