Welcome! Please see the About page for a little more info on how this works.

0 votes
in ClojureScript by
In the following


cljs.user=> (cljs.repl/Error->map (ex-info "" {}))
{:via [{:type ExceptionInfo, :message "", :data {}}], :trace nil, :cause "", :data {}}


the {{ExceptionInfo}} value should be {{cljs.core/ExceptionInfo}}.

7 Answers

0 votes
by

Comment made by: mfikes

CLJS-3019.patch simply revises the quote to be syntax-quote and adds a test.

0 votes
by

Comment made by: mfikes

CLJS-3019.patch passes CI (/)

0 votes
by

Comment made by: mfikes

CLJS-3019.patch added to Patch Tender (i)

0 votes
by

Comment made by: mfikes

CLJS-3019-2.patch rebaselines

0 votes
by

Comment made by: mfikes

CLJS-3019-2.patch added to Patch Tender (i)

0 votes
by

Comment made by: mfikes

CLJS-3019-2.patch passes CI (/)

0 votes
by
Reference: https://clojure.atlassian.net/browse/CLJS-3019 (reported by mfikes)
...