Skip to content

Instantly share code, notes, and snippets.

@mfikes
Created March 27, 2016 01:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mfikes/0633c7288e67f17b7469 to your computer and use it in GitHub Desktop.
Save mfikes/0633c7288e67f17b7469 to your computer and use it in GitHub Desktop.
inline-truth bootstrap
ERROR in (test-multimethods-1) (cljs$core$throw_no_method_error@file:33358:17)
Testing basic multimethod usage
expected: (= :rect-shape (bar :cljs.core-test/rect :cljs.core-test/rect))
  actual: #object[Error Error: No method in multimethod 'cljs.core-test/bar' for dispatch value: [:cljs.core-test/rect :cljs.core-test/rect]]

ERROR in (test-multimethods-1) (cljs$core$IFn$_invoke$arity$2@file:12685:20)
Testing basic multimethod usage
expected: (= :rect-shape (apply (-get-method bar [:cljs.core-test/rect :cljs.core-test/shape]) [:cljs.core-test/rect :cljs.core-test/shape]))
  actual: #object[TypeError TypeError: null is not an object (evaluating 'f.cljs$lang$maxFixedArity')]

FAIL in (test-multimethods-2) (:1287:1)
Testing multimethod edge cases
expected: (= 2 (count (methods bar)))
  actual: (not (= 2 0))

FAIL in (test-multimethods-2) (:1287:1)
Testing multimethod edge cases
expected: (= 1 (count (methods bar)))
  actual: (not (= 1 0))

FAIL in (test-cljs-982-var-deref) (:2913:1)
expected: (= (f [1 2 3]) 1)
  actual: (not (= :oops 1))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment