Skip to content

v0.8.4

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Dec 16:07
· 25 commits to master since this release
34a1a02

Aqua v0.8.4

Diff since v0.8.3

Added

  • test_persistent_tasks now accepts an optional expr to run in the precompile package. (#255)
    • The expr option lets you test whether your precompile script leaves any dangling Tasks
      or Timers, which would make it unsafe to use as a dependency for downstream packages.

Merged pull requests:

  • test_persistent_tasks: Add an optional expr to run in the precompile package (#255) (@NHDaly)