Fork me on GitHub
#clojure-spec
<
2018-06-24
>
martinklepsch11:06:33

I would like to find out where a spec has been defined (source file, namespace etc.) — is this possible?

ackerleytng12:06:35

hmm sorry not sure about that...

Alex Miller (Clojure team)13:06:32

Some specs retain meta, but generally no. There is a ticket about this

ackerleytng13:06:14

I'm trying to test a function where the inputs are related

ackerleytng13:06:27

it's actually a bit like update-in

ackerleytng13:06:54

where ks has to be related to m

ackerleytng13:06:01

I wrote a generator to generate m, and i want the result of that generator to be inputs to a function that returns another generator for ks

ackerleytng13:06:33

those already mostly work, but how would i supply gen-overrides in pairs?