scgilardi / slingshot

Enhanced try and throw for Clojure leveraging Clojure's capabilities
654 stars 28 forks source link

Tests fail in 1.8.0+ #58

Open NoahTheDuke opened 1 year ago

NoahTheDuke commented 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.

https://github.com/scgilardi/slingshot/blob/b0875f5caee1ebb069d4d799b71af976e04f21d8/test/slingshot/support_test.clj#L52

NoahTheDuke commented 8 months ago

@scgilardi ping