Skip to content

Fix async finally block bug#82

Open
PandaMagnus wants to merge 1 commit intomainfrom
mc/fix-async-finally
Open

Fix async finally block bug#82
PandaMagnus wants to merge 1 commit intomainfrom
mc/fix-async-finally

Conversation

@PandaMagnus
Copy link
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)
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