cljs-dev

ClojureScript compiler & std lib dev, https://clojurescript.org/community/dev
2020-11-09T10:06:07.070200Z

Would a PR along these lines be welcome, to bring cljs.js/eval in line with cljs.js/eval-str behaviour for catching evaluation errors? https://github.com/clojure/clojurescript/compare/master...mhuebert:eval-error-catch?expand=1

dnolen 2020-11-09T14:15:55.070800Z

we don't take PRs yet o' course - but a patch in JIRA welcome yes

dnolen 2020-11-09T14:17:42.071600Z

@mhuebert the ns merging stuff, yeah the standard REPL has a bunch of code to make that work (that new ns forms are merged w/ old ones)

dnolen 2020-11-09T14:17:55.072Z

probably that bit of annoying code hasn't been added to self-hosted

dnolen 2020-11-09T14:21:33.072200Z

actually that's how it used to work

dnolen 2020-11-09T14:21:40.072400Z

but it was superceded by ns*

dnolen 2020-11-09T14:23:12.073600Z

but that's not the case you're talking about - specifically using ns for this

dnolen 2020-11-09T14:25:51.074200Z

I suppose if it works in CLJS it should work in self-host