Skip to:
In particular the output of (generate (recursive-gen vector nat) 1000) is rather less varied than I would hope.
(generate (recursive-gen vector nat) 1000)
TCHECK-83 in particular, is done.
I think the "doesn't return scalars" problem is fixed on master; this is a subtler problem.
Does this also cause http://dev.clojure.org/jira/browse/CLJ-2036 ?
Comment made by: floybix
D'oh, sorry for the noise.
recursive-gen should generate scalars on master
In particular the output of
(generate (recursive-gen vector nat) 1000)
is rather less varied than I would hope.