Fork me on GitHub
#clojure-dev
<
2019-10-10
>
arohner15:10:47

I’m not entirely sure how you could depend on that behavior? If you recur in a :once isn’t that always going to break locals? Or are you saying the people depending on it manage to avoid by not clearing?

bronsa15:10:54

allowing recur inside of a :once fn has always been an accidental source of bugs IME

bronsa15:10:41

and yes that's going to break all non primitive locals