cljs-dev

ClojureScript compiler & std lib dev, https://clojurescript.org/community/dev
thheller 2019-11-28T12:07:51.463100Z

because tools.reader doesn't implement it?

thheller 2019-11-28T12:11:28.463800Z

support would need to start in tools.reader because it applies the location metadata and would need to "adjust" the locations it generates

bronsa 2019-11-28T12:14:44.464Z

what doesn't tools.reader implement?

bronsa 2019-11-28T12:15:01.464500Z

eval-file in clojure is not implemented in the reader

thheller 2019-11-28T12:17:43.465100Z

"^{:line 42 :column 99} (1 2)"

bronsa 2019-11-28T13:31:35.465800Z

right ok, I can look into adding that

dominicm 2019-11-28T15:30:04.466200Z

https://github.com/clojure/clojure/commit/817abb3d0ca3b7ee80cfe17b5cfe3ea8306f0720 there's also this, which introduced :eval-file

dominicm 2019-11-28T15:30:53.466600Z

That would be really helpful for tooling that works over socket repl/prepl, thanks!