[CLJS-387] Add docstring from def and ns definitions to @namespaces metadata map, and make reflect functions make use of that Created: 07/Oct/12 Updated: 17/Oct/12 Resolved: 17/Oct/12 |
|
| Status: | Resolved |
| Project: | ClojureScript |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Enhancement | Priority: | Minor |
| Reporter: | Frank Siebenlist | Assignee: | Unassigned |
| Resolution: | Completed | Votes: | 0 |
| Labels: | docs, enhancement, patch,, reflection | ||
| Environment: |
clojure/clojurescript "0.0-1450" |
||
| Attachments: |
|
| Patch: | Code |
| Description |
|
The docstrings were parsed from the definitions-forms for def and ns, but not added to the @namespaces metadata map. |
| Comments |
| Comment by David Nolen [ 15/Oct/12 11:06 PM ] |
|
This patch no longer applies, mind updating it? |
| Comment by Frank Siebenlist [ 16/Oct/12 12:10 AM ] |
|
This patch should apply to master version on Mon, 15 Oct 2012 22:03:19 -0700 (4defcbcf19112b9be6a4a27b5d8855552bf94948) |
| Comment by David Nolen [ 17/Oct/12 10:57 AM ] |
|
Excellent, fixed http://github.com/clojure/clojurescript/commit/bef56a74f2eeecabfe0c0a28d89b455dce576ea3 Please at the ticket # to the commit message though, thanks! |