Details
-
Type:
Enhancement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Completed
-
Affects Version/s: Release 1.3, Release 1.4
-
Fix Version/s: Release 1.4
-
Component/s: None
-
Labels:None
-
Environment:All
-
Patch:Code and Test
-
Approval:Ok
Description
The following snippet throws an error stating that p is unbound.
(list
(declare ^:dynamic p)
(defn q [] @p))
(binding [p (atom 10)]
(q))
Rich fixed: https://github.com/clojure/clojure/commit/535907eb2be47eaee0c385ae16436f39d52ffa96