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
This works (spec (vector* ubyte)) but adding another spec layer breaks it: (spec (spec (vector* ubyte)))
Exception: java.lang.IllegalArgumentException: No implementation of method: :size of protocol: #'octet.spec/ISpecSize found for class: octet.spec.collections$vector_STAR_$reify__5878
A quick fix seems to be changing the propagation of size to prioritize size* when available:
This works
(spec (vector* ubyte))
but adding another spec layer breaks it:(spec (spec (vector* ubyte)))
A quick fix seems to be changing the propagation of size to prioritize size* when available:
octet/src/octet/spec.cljc
Line 122 in 6afe46d
The text was updated successfully, but these errors were encountered: