Fixed
Details
Assignee
UnassignedUnassignedReporter
Alex MillerAlex MillerLabels
Approval
OkPatch
CodePriority
MinorAffects versions
Fix versions
Details
Details
Assignee
Unassigned
UnassignedReporter
Alex Miller
Alex MillerLabels
Approval
Ok
Patch
Code
Priority
Affects versions
Fix versions
Created August 20, 2014 at 6:59 PM
Updated September 14, 2021 at 2:59 PM
Resolved September 14, 2021 at 2:59 PM
There is a list of namespaces to AOT in build.xml and several namespaces are missing from that list, thus no .class files for those namespaces are created or included in the standard clojure jar file as part of the build.
Missing namespaces include:
clojure.core.reducers
clojure.instant
clojure.parallel
clojure.uuid
Proposal:
Add clojure.instant, clojure.uuid, clojure.core.reducers to the namespaces to compile
clojure.parallel is deprecated and requires the JSR-166 jar - do not add
Patch: clj-1509.patch