Details
-
Type:
Defect
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Completed
-
Affects Version/s: 1.7.145, 1.7.228
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:OSX
-
Patch:Code
Description
The clsj.repl/source function fails to pull source for cljs that uses #js reader tag. Reports "No reader found for tag".
To reproduce, try (source str).
I've added a patch to bind the needed reader capability.