You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tests are failing with bb >= 1.1.171 due to binding test/*report-counters* to an atom instead of a ref. bb 1.1.171 fixes this incompatibility with Clojure. I think a lot of .cljc files could become .clj files due to this change.
The text was updated successfully, but these errors were encountered:
Perhaps the way to go is a macro which checks the Babashka version (if on bb) and emits atom / ref accordingly, to maintain backwards compatibility for anyone running older Babashka versions.
I'd say just drop support for the older babashka versions to keep it simple, this will also encourage people to upgrade. There's usually not a reason not to upgrade.
The tests are failing with bb >= 1.1.171 due to binding
test/*report-counters*
to an atom instead of a ref. bb 1.1.171 fixes this incompatibility with Clojure. I think a lot of.cljc
files could become.clj
files due to this change.The text was updated successfully, but these errors were encountered: