philoskim / debux

A trace-based debugging library for Clojure and ClojureScript.
468 stars 19 forks source link

:if with nil #16

Closed mtruyens closed 4 years ago

mtruyens commented 4 years ago

Hi,

Thanks for your super userful library!

Is it expected behavior that the ... :if nil ... modifier will always evaluate to true, thereby causing the logging/breaking to effectively occur? I would expect that it should have similar behaviour as ... :if false ...

philoskim commented 4 years ago

Thanks for your bug reporting!

The new 0.6.4 version of debux has just been released.

Thanks again!

mtruyens commented 4 years ago

Wow, super fast Sunday service :-)

Thanks!