plumatic / schema

Clojure(Script) library for declarative data description and validation
Other
2.4k stars 256 forks source link

Support instrumentation of `s/defprotocol` in babashka #448

Open frenchy64 opened 2 years ago

frenchy64 commented 2 years ago

Because babashka protocol methods are multimethods, we can't wrap them with schema checks.

Something like this suggestion may be needed in bb: https://github.com/babashka/babashka/issues/1338#issuecomment-1217250538