Open NoahTheDuke opened 1 year ago
Hey friends!
I tried running the test suite under 1.8.0+ and the test line below fails because Clojure's anonymous functions changed their names. They now don't use _fn suffix.
_fn
https://github.com/scgilardi/slingshot/blob/b0875f5caee1ebb069d4d799b71af976e04f21d8/test/slingshot/support_test.clj#L52
@scgilardi ping
Hey friends!
I tried running the test suite under 1.8.0+ and the test line below fails because Clojure's anonymous functions changed their names. They now don't use
_fn
suffix.https://github.com/scgilardi/slingshot/blob/b0875f5caee1ebb069d4d799b71af976e04f21d8/test/slingshot/support_test.clj#L52