Completed
Details
Assignee
UnassignedUnassignedReporter
Mike AndersonMike AndersonLabels
Approval
OkPatch
Code and TestPriority
TrivialAffects versions
Fix versions
Details
Details
Assignee
Unassigned
UnassignedReporter
Mike Anderson
Mike AndersonLabels
Approval
Ok
Patch
Code and Test
Priority
Affects versions
Fix versions
Created July 23, 2013 at 11:30 AM
Updated October 25, 2013 at 5:01 PM
Resolved October 25, 2013 at 5:01 PM
Currently declaring a symbol ** triggers a compiler warning:
** is a useful symbol in many domains, e.g. as an exponent function or as a matrix multiplication operator.
Cause: This warning checks for a def of a symbol that starts and ends with *.
Solution: Change check for name length >2 to skip this particular case.
Patch: clj-1233-with-test-v2.diff
Screened by: Alex Miller