Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Eliminate reflection warnings from test suite #178

Merged
merged 2 commits into from
Jan 27, 2014

Conversation

sgrimm
Copy link

@sgrimm sgrimm commented Jan 22, 2014

This obviously has no effect on functionality aside from an infinitesimal performance increase, but I think it's desirable to have clean test suite output without lots of spewing warnings, and to reduce the number of compiler warnings for users who use the library. With this patch, "lein test" passes with no warnings.

I am a Clojure newbie so I may have failed to follow proper style; feedback welcome if you have time to give any.

@sgrimm
Copy link
Author

sgrimm commented Jan 23, 2014

Updated with a couple tweaks to work in Clojure 1.3; Travis CI is happy now.

@dakrone
Copy link
Owner

dakrone commented Jan 23, 2014

When running the test with lein test :all, this fails with this exception: http://p.draines.com/139051632386865bcd775.txt

@sgrimm
Copy link
Author

sgrimm commented Jan 23, 2014

Ouch! Hadn't run it with :all (obviously). I will fix it -- thanks.

@dakrone dakrone merged commit b690ec4 into dakrone:master Jan 27, 2014
@dakrone
Copy link
Owner

dakrone commented Jan 27, 2014

Merged, thanks!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants