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

+2 votes
in ClojureScript by

When an error occurs in a Clojure prepl the exception is caught at the outermost layer and returned with {{:tag :ret}} as well as {{:exception true}}. This allows tooling to handle the error responses accordingly.

If ClojureScript would return {{:exception true}} as well it would bring it inline with how the Clojure prepl works.

4 Answers

0 votes
by

Comment made by: olical

If this is considered valid I'll submit a patch for it today. As far as I can tell from all of my work with prepls over the last few months this is one of the last major outstanding features. Once CLJ-2453 is in we'll have reader conditionals in both Clojure and ClojureScript too.

The only thing I haven't been able to do is set the current line / column / file path for ClojureScript evals, but that's off topic.

0 votes
by

Comment made by: mfikes

CLJS-3096.patch passes CI (/)

0 votes
by

Comment made by: mfikes

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

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