We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1e0613 commit 5070be0Copy full SHA for 5070be0
project.clj
@@ -10,7 +10,9 @@
10
[riddley "0.2.0"]
11
[org.clojure/core.async "1.6.673" :scope "provided"]
12
[potemkin "0.4.6"]]
13
- :profiles {:dev {:dependencies [[criterium "0.4.6"]]}
+ :profiles {:dev {:dependencies [[criterium "0.4.6"]]
14
+ :global-vars {*warn-on-reflection* true
15
+ *unchecked-math* :warn-on-boxed}}
16
;; core.async moved around some internal functions go-off relies on; this profile
17
;; helps test that go-off still works both with the new namespaces and the old
18
:older-core-async {:dependencies [[org.clojure/core.async "1.5.648" :scope "provided"]]}}
0 commit comments