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

Affects versions
Fix versions
Created September 26, 2014 at 1:59 PM
Updated October 7, 2014 at 6:32 PM
Resolved October 7, 2014 at 6:32 PM
Clojure 1.7.0-alpha2 included a new warning that will notify on use of boxed math when unchecked-math is set to true (CLJ-1325). Based on feedback, would like to make these warnings optional.
Approach: Revert
(set!
unchecked-mathtrue)
to prior behavior. Only emit warnings when(set!
unchecked-math:warn-on-boxed)
.Patch: clj-1535-3.patch
Screened by: Stuart Halloway