Putting
(alter-var-root #'*warn-on-reflection* (constantly true))
in user.clj in a deps.edn project, turns on reflection warnings globally during development.
Putting (alter-var-root #'*warn-on-reflection* (constantly true)) in user.clj in a deps.edn project, turns on reflection warnings globally during development. 1 comment
|
@borkdude I'm going to give
a try too