Fork me on GitHub
#cljs-dev
<
2021-07-23
>
vemv01:07:16

Is there interest in getting the clojurescript compiler rid of reflection warnings? Often other tooling projects (e.g. clojure-emacs') depend on clojurescript. So this dependency in combination with a vanilla setup that would bind warn-on-reflection globally can easily result in a wall of warnings, which doesn't seem particularly friendly to see in CI, or even in an end-user repl. (trivia: historically clojure-emacs' projects have had the very same 'defect', but over this year we got rid of the vast majority of them. Felt good!)

3
dnolen12:07:46

sure, sounds like low hanging fruit - patches welcome

👍 3
vemv20:07:31

cheers, I'm on it