Closed hlship closed 4 years ago
@hlship Thanks for reporting this!
Can you provide an example of what you'd expect the table to contain?
Just to clarify, what's the spec for ::customer
?
I think I see the problem - are you saying that the table should show the spec, but instead of:
| :store-address | (keys :req-un [string? (and string? (fn [%] (re-matches #"\d{5}(-d{4})?" %))) string? string?]) |
it should include something like this?
| :store-address | (s/keys :req-un [:eReceipts.query-service.order-service-proxy-client/street-address :eReceipts.query-service.order-service-proxy-client/postal-code :eReceipts.query-service.order-service-proxy-client/state :eReceipts.query-service.order-service-proxy-client/city]) |
@hlship Thanks for reporting this! The fix is included in version 0.8.0, which I've just released.
The
should contain keys
summary of key specs for composites (vias/keys
) could be better.Given:
I'd expect the table to reference those qualified spec names, rather than what they expand into.