Details
-
Type:
Enhancement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Patch:Code
Description
Attached patch uses type hints to eliminate several instances of reflection in the tools.reader code.
FYI, you can run 'lein check' to cause Leiningen to compile the code with warn-on-reflection true, I believe for every source file (not sure about the tests, but reflection isn't such a big deal in them anyway).
Andy, I don't see any patch attached to this ticket, I think you forgot to attach it.
(P.S. thanks, I didn't know about 'lein check')