cljs-dev

ClojureScript compiler & std lib dev, https://clojurescript.org/community/dev
dnolen 2020-05-22T12:28:39.238300Z

@dominicm the prompt should appear at the end of all that - the point is to not just seem like it's hanging

dnolen 2020-05-22T12:28:43.238500Z

which I think is more importatnt

dominicm 2020-05-22T12:35:29.238600Z

@dnolen I still had a prompt, but it looked like:

cljs.user=>Reading analysis cache for ....
So it was easily hidden. Wasn't necessarily that message, I could pull the exact thing that came up if you're not sure.

dominicm 2020-05-22T12:35:44.238700Z

It wasn't at the end by any means, it was hidden amongst the verbose messages.

dnolen 2020-05-22T12:37:55.238900Z

hrm ok, will take a look

bhauman 2020-05-22T13:56:12.239800Z

its because the analysis is happening on a thread probably

dnolen 2020-05-22T14:04:00.240400Z

yeah, but it's a bit odd, 741 is the CLJS version which is from a month ago

dnolen 2020-05-22T14:04:52.240900Z

I think instead this is because of the cljs.core compile inside the REPL

dnolen 2020-05-22T18:28:21.241200Z

@dominicm made an issue https://clojure.atlassian.net/projects/CLJS/issues/CLJS-3256