clojure-dev

Issues: https://clojure.atlassian.net/browse/CLJ | Guide: https://insideclojure.org/2015/05/01/contributing-clojure/
arohner 2019-10-10T15:29:47.012Z

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?

bronsa 2019-10-10T15:31:54.012600Z

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

bronsa 2019-10-10T15:32:41.013200Z

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