Skip to content

v0.8.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@candid82 candid82 released this 02 Sep 04:17
· 1585 commits to master since this release

General improvements

  • implemented splicing reader conditionals

Linter improvements

  • Joker now understands alias and create-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