Skip to content

v0.8.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@candid82 candid82 released this 28 Jun 00:54
· 1608 commits to master since this release

Linter improvements

  • Joker can now infer types in trivial cases and warn on argument type mismatch for a subset of core functions. For example, this code (map [1 2] inc) will result in a warning:
Parse warning: arg[1] of #'joker.core/map must have type Seqable, got Fn

Fixes

  • fixed reading unicode characters
  • fixed the crash when reading blank keyword '(:)'
  • joker.os/sh result now includes correct :success value (was always true before, now will be false if the process exits with non-zero code)