Completed
Details
Assignee
UnassignedUnassignedReporter
Andy FingerhutAndy FingerhutLabels
Approval
OkPatch
Code and TestPriority
MinorAffects versions
Fix versions
Details
Details
Assignee
Unassigned
UnassignedReporter
Andy Fingerhut
Andy FingerhutLabels
Approval
Ok
Patch
Code and Test
Priority
Affects versions
Fix versions
Created April 5, 2013 at 1:52 AM
Updated August 29, 2014 at 6:00 PM
Resolved August 29, 2014 at 6:00 PM
apropos does find all symbols in all namespaces that match the argument, but the return value gives no clue as to which namespace the found symbols are in. It can even return multiple occurrences of the same symbol, which only gives a clue that the symbol exists in more than one namespace, but not which ones. For example:
It would be nice if the returned symbols could indicate the namespace.
With the screened patch clj-1191-v3.patch applied the output for the examples above becomes:
Patch: clj-1191-v3.patch
Screened by: Alex Miller