Commit 77d9077
CLJS-1944: Can't spec generate non-vector collections
We need to not default gen-into as [], otherwise kind will not be used
when in the gen* implementation.
The fix involves simply copying over a missed change when
Clojure 23e3ec3f8 was copied as ClojureScript cd43ec9.1 parent 23beecb commit 77d9077
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
795 | 795 | | |
796 | 796 | | |
797 | 797 | | |
798 | | - | |
| 798 | + | |
799 | 799 | | |
800 | 800 | | |
801 | 801 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
103 | 106 | | |
104 | 107 | | |
105 | 108 | | |
| |||
0 commit comments