Details
Assignee
UnassignedUnassignedReporter
Daniel SkardaDaniel SkardaPriority
Minor
Details
Details
Assignee
Unassigned
UnassignedReporter
Daniel Skarda
Daniel SkardaPriority
Created July 4, 2014 at 10:28 AM
Updated February 13, 2017 at 10:21 PM
I got an StackOverflowError during compilation of CLJS tests using clojurescript.test from Chas Emerick.
I narrowed the problem to following code:
If you do not get the exception, try to increase number of repetitions of 'is' call.
I was not able to replicate the issue in CLJ. cemerick.cljs.test/is macro is probably far more complex than original CLJ version in clojure.test/is.