Details
-
Type:
Enhancement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: 0.2.0
-
Component/s: None
-
Labels:None
Description
There are several uses of reflection in tools.nrepl that can be eliminated with suitable type hints.
Attachments
Activity
Andy Fingerhut
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | nrepl-35-eliminate-reflection-v1.txt [ 11635 ] |
Chas Emerick
made changes -
| Resolution | Completed [ 1 ] | |
| Fix Version/s | 0.2.0 [ 10052 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
nrepl-35-eliminate-reflection-v1.txt dated Oct 28 2012 adds type hints to eliminate some of the reflection warnings in tools.nrepl. There are still some left over that are not as obvious how to eliminate, if it is even possible.