Skip to content

v0.27.0

Compare
Choose a tag to compare
@V-FEXrt V-FEXrt released this 24 Jun 21:47
· 645 commits to master since this release

Features

  • VSCode Timeline View now supported #871
  • Improve guard statement error messages #885
  • Add wake --clean and wake --list-outputs #889
  • Add unary , to construct lists without a trailing Nil #910

Bugfixes

  • Isolate retcode when running Jobs #886
  • isNone now properly returns True on None and False on Some instead of the reverse #893
  • tfoldmap now uses a seed value directly specified by the caller, rather than first requiring it to be transformed #895
  • fuse-waked: allow rmdir() against seemingly empty directories #906

Continuous Integration

  • Removed CentOS 7.6 (#901) and Debian Jessie (#869)

Misc

  • Update wake tutorial #860