Details
-
Type:
Defect
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Completed
-
Affects Version/s: Release 1.5
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Oracle Java 1.5.0_22, at least
-
Patch:Code and Test
-
Approval:Not Approved
Description
This is due to the way that reducers.clj currently handles the ForkJoin library.
This is the wrong approach to this problem. A better approach is to make reducers work even if no fj support is present by simply defining fold as sequential reduce in that case.