Details
-
Type:
Enhancement
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: Release 1.1, Release 1.2, Release 1.3, Release 1.4
-
Fix Version/s: Release 1.6
-
Component/s: None
-
Labels:None
-
Patch:Code and Test
-
Approval:Ok
Description
The attached patch gives the programmer the option of referring to the division function in namespaces other than just clojure.core. For example,
(ns foo
(:require [cljs.core :as core]))
(apply core// '(1 2 3))
The above lines do not compile without this patch.
I have signed the CA and it is in the mail.