Skip to content

0.5.2: Wrap calls to super in an explicit closure.

Pre-release
Pre-release

Choose a tag to compare

@lukeredpath lukeredpath released this 28 Mar 02:31
· 29 commits to main since this release

Fixed

  • Ensure responder demand is reset on the next runloop tick to avoid a runtime
    error due to a nested state update.

  • Workaround for what seems to be a compiler or xccov bug that causes coverage
    data to become malformed when passing a reference to a super implementation
    in a point-free manner.