Completed
Details
Details
Assignee
Stuart Halloway
Stuart HallowayReporter
Alexander Taggart
Alexander TaggartApproval
Ok
Patch
Code and Test
Priority

Affects versions
Fix versions
Created October 9, 2011 at 9:10 PM
Updated August 15, 2013 at 12:13 AM
Resolved August 15, 2013 at 12:13 AM
Hinting the arg vector of a primitive-taking fn with a non-primitive type results in AbstractMethodError when invoked.
Solution: Add check to emit invokePrim with return type of double or long if appropriate, otherwise do prior behavior of emitting return type of Object.
Patch: The
CLJ-850-conform-to-invokePrim.diff
patch is constructed per Rich's feedback, and appears good to me [Stu].