drew verlee
drew verlee
Thanks @oakes, that's my understanding too. It seems I was evaling my cljc file in a context that didn't make, for lack of a clearer understanding, make any sense. Currently...
maybe this is by design? Here is where i assume this is happening at a glance: ``` (if-let [[then-type then] (-> node :condition :opts :then)] (case then-type :bool (fn [session...
yep, this seems to be by design. Or at least, as the code above illustrates it always fires the first time: ``` (deftest allow-for-custom-then-functions (let [falsy (fn [new old] false)...