[CLJ-930] cljs.core// does not work in ClojureScript Created: 08/Feb/12 Updated: 01/Mar/13 Resolved: 29/Feb/12 |
|
| Status: | Closed |
| Project: | Clojure |
| Component/s: | None |
| Affects Version/s: | Release 1.4 |
| Fix Version/s: | Release 1.4 |
| Type: | Defect | Priority: | Major |
| Reporter: | David Nolen | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Patch: | Code |
| Description |
|
clojure.core// is hard coded into the reader as a special case. cljs.core// should similarly be hard coded |
| Comments |
| Comment by Andy Fingerhut [ 24/Feb/12 8:02 PM ] |
|
David, the patch for CLJ-873 seems to be more general than this, i.e. it allows the symbol / to be used in any namespace, not only in clojure.core and cljs.core. |
| Comment by Andy Fingerhut [ 29/Feb/12 1:25 PM ] |
|
I checked with David Nolen, and he agrees that the patch for CLJ-873 fixes not only this issue, but also enables the symbol / to be used in any namespace. |