v0.8.4
Pre-release
Pre-release
General improvements
- implemented splicing reader conditionals
Linter improvements
- Joker now understands
alias
andcreate-ns
and won't complain about symbols or keywords in aliased or created namespaces. See #21 for more details. - Joker now allows to specify symbols that are introduced by a macro in
.joker
file:
{:known-macros [[riemann.streams/where [service event]]]}
So each element in :known-macros vector can now be either a symbol (as before) or a vector with two elements: macro's name and a list of symbols introduced by this macro. See #20 for the discussion that led to this feature.
- fixed false positive on
new
call
Fixes
- division by zero doesn't crash Joker anymore
- fixed loading
.joker
file on windows