Fork me on GitHub
#ring-swagger
<
2018-03-27
>
ikitommi04:03:28

@slipset I think coerce would be a good idea. It would call s/conform & s/unform to get the orignal value.

ikitommi04:03:02

I wrote a issue into clj jira to enable coercion into spec, with single sweep. It would be easy to implement there - and fast.

ikitommi04:03:29

currently, we can't extend spec like this from outside (libs like spec-tools) - without copying all internals.

slipset08:03:55

Thanks, performant or not, unform was what I was looking for.

👍 4