Completed
Details
Details
Assignee
Alex Miller
Alex MillerReporter
Alex Miller
Alex MillerLabels
Approval
Ok
Patch
Code and Test
Priority

Affects versions
Fix versions
Created November 23, 2016 at 7:46 PM
Updated June 26, 2018 at 5:18 PM
Resolved June 26, 2018 at 5:18 PM
Got:
Expected to receive a description of the failing predicate as in:
Cause: specize was falling through on these cases to Object and just returning unknown.
Proposed:
Special handling for 2 cases:
1. Sets - explictly catch IPersistentSet and use the set as the form.
2. Functions - demunge the function name and use the qualified function name symbol as the form. Add a special check for anonymous functions and revert to ::unknown for those (not much we can do with an eval'ed anonymous function).
Patch: clj-2068-4.patch