[MTOWER-2] Eliminate a few uses of Reflection in math.numeric-tower Created: 28/Oct/12 Updated: 23/Nov/12 Resolved: 23/Nov/12 |
|
| Status: | Resolved |
| Project: | math.numeric-tower |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Enhancement | Priority: | Minor |
| Reporter: | Andy Fingerhut | Assignee: | Mark Engelberg |
| Resolution: | Completed | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Description |
|
There are a few cases where calls to .numerator and .denominator on clojure.lang.Ratio's cause reflection, because the Ratio is not type hinted as such. |
| Comments |
| Comment by Andy Fingerhut [ 28/Oct/12 7:48 PM ] |
|
mtower-2-eliminate-reflection-v1.txt dated Oct 28 2012 eliminates a few instances of reflection in math.numeric-tower. |
| Comment by Mark Engelberg [ 23/Nov/12 3:30 AM ] |
|
Applied patch, updated version number to 0.0.2 |