Skip to content

Instantly share code, notes, and snippets.

@noisesmith
Last active February 28, 2016 03:02
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 noisesmith/84f5b099d868d55d784f to your computer and use it in GitHub Desktop.
Save noisesmith/84f5b099d868d55d784f to your computer and use it in GitHub Desktop.
odd cljs error
Uncaught RangeError: Maximum call stack size exceeded
cljs.core.BitmapIndexedNode @ core.cljs:6212
cljs.core.BitmapIndexedNode.ensure_editable @ core.cljs:6308
cljs.core.BitmapIndexedNode.inode_assoc_BANG_ @ core.cljs:6365
cljs.core.create_node.cljs$core$IFn$_invoke$arity$7 @ core.cljs:6674
(anonymous function) @ core.cljs:6385
cljs.core.BitmapIndexedNode.inode_assoc_BANG_ @ core.cljs:6385
cljs.core.create_node.cljs$core$IFn$_invoke$arity$7 @ core.cljs:6675
(anonymous function) @ core.cljs:6385
cljs.core.BitmapIndexedNode.inode_assoc_BANG_ @ core.cljs:6385
cljs.core.create_node.cljs$core$IFn$_invoke$arity$7 @ core.cljs:6675
(ns hashtest-cljs.core)
(enable-console-print!)
;; OK
(println "Hello world!" (into #{} [NaN Infinity]))
;; Uncaught RangeError: Maximum call stack size exceeded
(println (hash-set (.-POSITIVE_INFINITY js/Number) 0 1 2 3 4 5 6 7 8))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment