v0.8.2
Pre-release
Pre-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 alwaystrue
before, now will befalse
if the process exits with non-zero code)