danielcompton / defn-spec

Define Clojure specs inline with your function definitions
Eclipse Public License 1.0
69 stars 3 forks source link

Make function names match `defn` in stack traces #12

Open danielcompton opened 4 years ago

danielcompton commented 4 years ago

A defn-spec defn in a stack trace shows up as

my.api.utils.time$fn__18081$period_end__18086$fn__18087

instead of

my.api.utils.time$period_end