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
Now that we have spec-form in spec middleware with functionality to retrieve enhanced descriptions of spec, use that when collecting fns specs information since its our enhanced version of (s/form) that also supports multi-specs.
Now that we have spec-form in spec middleware with functionality to retrieve enhanced descriptions of spec, use that when collecting fns specs information since its our enhanced version of (s/form) that also supports multi-specs.
It's seams we will have to change around https://github.com/clojure-emacs/cider-nrepl/blob/master/src/cider/nrepl/middleware/util/meta.clj#L36
to use https://github.com/clojure-emacs/cider-nrepl/blob/master/src/cider/nrepl/middleware/spec.clj#L70
instead of s/form.
The text was updated successfully, but these errors were encountered: