You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set *warn-on-reflection* to true globally.
Rather than `(set! *warn-on-reflection* true)` in every file, just set
it globally from leiningen. This also prevents us from setting it to
true when this library gets used by third parties.