File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ possible=4
9
9
ran=0
10
10
11
11
# bin/cljsc test >out/core-test.js
12
- bin/cljsc test " {:optimizations :advanced :output-wrapper true :compiler-stats true}" > builds/out-adv/core-advanced-test.js
12
+ bin/cljsc test " {:optimizations :advanced :output-wrapper true :verbose true : compiler-stats true}" > builds/out-adv/core-advanced-test.js
13
13
14
14
if [ " $V8_HOME " = " " ]; then
15
15
echo " V8_HOME not set, skipping V8 tests"
Original file line number Diff line number Diff line change @@ -2988,8 +2988,7 @@ reduces them without incurring seq initialization"
2988
2988
2989
2989
(set! *unchecked-if* true )
2990
2990
(defn apply
2991
- " Applies fn f to the argument list formed by prepending intervening arguments to args.
2992
- First cut. Not lazy. Needs to use emitted toApply."
2991
+ " Applies fn f to the argument list formed by prepending intervening arguments to args."
2993
2992
([f args]
2994
2993
(let [fixed-arity (.-cljs$lang$maxFixedArity f)]
2995
2994
(if (.-cljs$lang$applyTo f)
You can’t perform that action at this time.
0 commit comments