Commit d8ae109
CLJS-1297 defrecord does not emit IKVReduce protocol
Changed the setup for defrecord and provided a simple implementation of kvreduce. The implementation is copied from Clojure.
Also added one test.1 parent 1db8679 commit d8ae109
File tree
2 files changed
+5
-0
lines changed- src
- main/clojure/cljs
- test/cljs/cljs
2 files changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1867 | 1867 | | |
1868 | 1868 | | |
1869 | 1869 | | |
| 1870 | + | |
| 1871 | + | |
| 1872 | + | |
1870 | 1873 | | |
1871 | 1874 | | |
1872 | 1875 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
| 84 | + | |
83 | 85 | | |
84 | 86 | | |
85 | 87 | | |
| |||
0 commit comments