Completed
Details
Assignee
UnassignedUnassignedReporter
Alex MillerAlex MillerApproval
OkPatch
Code and TestPriority
MajorAffects versions
Fix versions
Details
Details
Assignee
Unassigned
UnassignedReporter
Alex Miller
Alex MillerApproval
Ok
Patch
Code and Test
Priority

Affects versions
Fix versions
Created December 17, 2015 at 7:06 PM
Updated January 8, 2016 at 4:04 PM
Resolved January 8, 2016 at 4:04 PM
This is a regression from CLJ-1232 - if you specify a return type class that is not fully-qualified or imported, you now get an NPE instead of a useful error message.
Cause: The new code that resolves classes does not handle the possible null return value of Compiler$HostExpr/maybeClass.
Solution: Check for null and fall back to the original argvecs, which will result in the original message.
Patch: clj-1868.patch