Completed
Details
Assignee
UnassignedUnassignedReporter
Nicola MomettoNicola MomettoLabels
Approval
OkPatch
CodePriority
CriticalAffects versions
Fix versions
Details
Details
Assignee
Unassigned
UnassignedReporter
Nicola Mometto
Nicola MomettoLabels
Approval
Ok
Patch
Code
Priority
Affects versions
Fix versions
Created August 28, 2015 at 6:16 PM
Updated November 11, 2015 at 7:18 PM
Resolved November 11, 2015 at 7:18 PM
Currently :rettag works only for expressions like:
or
But at runtime those type-hints are resolved to
and
which can cause the compiler to fail, see CLJ-1674 for an example
Patch: clj-1805.patch fixes the bad boolean logic mentioned in the comments.