-
-
Save briandunn/6f852c4458458e68e5e7 to your computer and use it in GitHub Desktop.
cljs warnings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cljs.user=> (cljs.test/run-tests 'seqseq.test) | |
WARNING: Use of undeclared Var cljs.core/volatile! at line 1 <cljs repl> | |
WARNING: Use of undeclared Var cljs.core/concat at line 1 <cljs repl> | |
WARNING: Use of undeclared Var cljs.core/concat at line 1 <cljs repl> | |
WARNING: Use of undeclared Var cljs.core/concat at line 1 <cljs repl> | |
WARNING: Use of undeclared Var cljs.core/-vreset! at line 1 <cljs repl> | |
WARNING: Use of undeclared Var cljs.core/partial at line 1 <cljs repl> | |
WARNING: Use of undeclared Var cljs.core/merge-with at line 1 <cljs repl> | |
WARNING: Use of undeclared Var cljs.core/+ at line 1 <cljs repl> | |
WARNING: Use of undeclared Var cljs.core/-deref at line 1 <cljs repl> | |
WARNING: Use of undeclared Var cljs.core/deref at line 1 <cljs repl> | |
Testing seqseq.test | |
FAIL in (notes-in-window-unroles-loops) (cljs/test.js:384:42)expected: (= times [{:start 0, :play :a}]) actual: (not (= () [{:start 0, :play :a}])) | |
FAIL in (fill) (cljs/test.js:384:42)expected: (= (transport/fill 0 1 0.5 0.5) []) actual: (not (= [0.5 1] [])) | |
Ran 2 tests containing 6 assertions.2 failures, 0 errors.nil | |
cljs.user=> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment