defn-spec
defn-spec copied to clipboard
Define Clojure specs inline with your function definitions
A defn-spec `defn` in a stack trace shows up as ```java my.api.utils.time$fn__18081$period_end__18086$fn__18087 ``` instead of ```java my.api.utils.time$period_end ```
There isn't very much left, we should remove it entirely to avoid adding more dependencies to consumers.
- [ ] Test if it works - [ ] Add some ClojureScript testing to ensure it keeps working
Looking at open issues, a few of those still mentioned under Limiations have actually been fixed.