Note the source location for cljs.core.LazySeq.sval in the following 0.0-3126 stacktrace:
It turns out that line 11400 is actually in core.js, but the source map logic is evidently getting tripped up by this one, and core.cljs gets reported with the JS line numbers (core.cljs doesn't even have that many lines).
Note that this also occurs on master (where CLJS-1154 and CLJS-1157 have landed):
Note the source location for
cljs.core.LazySeq.sval
in the following 0.0-3126 stacktrace:It turns out that line
11400
is actually incore.js
, but the source map logic is evidently getting tripped up by this one, andcore.cljs
gets reported with the JS line numbers (core.cljs
doesn't even have that many lines).Note that this also occurs on master (where CLJS-1154 and CLJS-1157 have landed):