Completed
Details
Details
Assignee
Unassigned
UnassignedReporter
Alex Miller
Alex MillerLabels
Approval
Ok
Patch
Code
Priority
Affects versions
Fix versions
Created November 20, 2018 at 2:38 PM
Updated December 6, 2018 at 4:44 AM
Resolved December 6, 2018 at 4:44 AM
We introduced some unintentional reflection in the new Java reflect datafy changes. If you set warn-on-reflection to true it shows up as:
Basically the new typeref->class lost the Class marker introducing reflection.
Proposed: Type hint the return of typeref->class.
Patch: clj-2436.patch - add set! of warn-on-reflection, type hint return of typeref->class, fix indent on one line.