Skip to content

Instantly share code, notes, and snippets.

@briandunn
Created July 8, 2015 15:35
Show Gist options
  • Save briandunn/6f852c4458458e68e5e7 to your computer and use it in GitHub Desktop.
Save briandunn/6f852c4458458e68e5e7 to your computer and use it in GitHub Desktop.
cljs warnings
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