Details
-
Type:
Defect
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Any
-
Patch:Code and Test
Description
When printing a Record it is currently printed without the proper namespace.
(ns dummy)
(defrecord Foo [bar])
(pr-str (Foo. "bar"))
will print as "#dummy.Foo{..." in CLJ but "#Foo{..." in CLJS.
The attached patch fixes the implementation as well as the "incorrect" test.
Thanks, have you submitted your CA?