Skip to content

Commit 5070be0

Browse files
committed
Enable warnings in dev
1 parent b1e0613 commit 5070be0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

project.clj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
[riddley "0.2.0"]
1111
[org.clojure/core.async "1.6.673" :scope "provided"]
1212
[potemkin "0.4.6"]]
13-
:profiles {:dev {:dependencies [[criterium "0.4.6"]]}
13+
:profiles {:dev {:dependencies [[criterium "0.4.6"]]
14+
:global-vars {*warn-on-reflection* true
15+
*unchecked-math* :warn-on-boxed}}
1416
;; core.async moved around some internal functions go-off relies on; this profile
1517
;; helps test that go-off still works both with the new namespaces and the old
1618
:older-core-async {:dependencies [[org.clojure/core.async "1.5.648" :scope "provided"]]}}

0 commit comments

Comments
 (0)