Closed ath closed 12 years ago
Thanks! Those reflection warnings were fixed in 0.10.0. I appreciate the tip about :warn-on-reflection true
. I've included that change in project.clj, fixed reflection warnings in tests, and released version 0.10.1 which includes these fixes.
Exellent! I just tested it and confirm that the warnings are now gone.
In my project.clj file I typically set the option
:warn-on-reflection true
, and this way I noticed the following warnings in Slingshot 0.9.0:Would be nice if you could remove them, and also include that option in the project.clj file.