Skip to content

Commit fcfe7f9

Browse files
committed
cljs.spec-test passing
- missing Set specize* impl - run cljs.spec-test - remove stale comment about cljs.extend-to-native-test
1 parent 75afb2f commit fcfe7f9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/main/cljs/cljs/spec/alpha.cljs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,10 @@
148148
(specize* ([s] (spec-impl s s nil nil))
149149
([s form] (spec-impl form s nil nil)))
150150

151+
Set
152+
(specize* ([s] (spec-impl s s nil nil))
153+
([s form] (spec-impl form s nil nil)))
154+
151155
default
152156
(specize*
153157
([o]

src/test/cljs/lite_test_runner.cljs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
'cljs.syntax-quote-test
105105
'cljs.pprint
106106
'cljs.pprint-test
107-
#_'cljs.spec-test ;; this one is strange
107+
'cljs.spec-test
108108
'cljs.specials-test
109109
'cljs.spec.test-test
110110
'cljs.clojure-alias-test
@@ -121,6 +121,6 @@
121121
'cljs.walk-test
122122
'cljs.repl-test
123123
'cljs.lite-collections-test
124-
'cljs.extend-to-native-test ;; this one breaks a bunchof things
124+
'cljs.extend-to-native-test
125125
'cljs.var-test
126126
)

0 commit comments

Comments
 (0)