Email or username:

Password:

Forgot your password?
(λ. borkdude)

Putting

(alter-var-root #'*warn-on-reflection* (constantly true))

in user.clj in a deps.edn project, turns on reflection warnings globally during development.

#clojure

1 comment
Chip Butty

@borkdude I'm going to give

(alter-var-root #'*unchecked-math* (constantly :warn-on-boxed)) 

a try too

Go Up