Details
-
Type:
Defect
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Completed
-
Affects Version/s: Release 1.4, Release 1.5
-
Fix Version/s: Release 1.5
-
Component/s: None
-
Labels:None
-
Patch:Code and Test
-
Approval:Ok
Description
The partial function should accept just a function. This allows it to be properly used with apply.
E.g. This breaks (but shouldn't) if args are nil: (apply partial f args)