venantius / ultra

A Leiningen plugin for a superior development environment
Eclipse Public License 1.0
1.24k stars 37 forks source link

Fix reflection warnings #65

Closed ikitommi closed 8 years ago

ikitommi commented 8 years ago

There was a missing type hint, causing warning when*warn-on-reflection* was true.

Reflection warning, ultra/test/diff/string.clj:26:25 - reference to field operation can't be resolved.
Reflection warning, ultra/test/diff/string.clj:28:31 - reference to field text can't be resolved.
Reflection warning, ultra/test/diff/string.clj:28:24 - reference to field trim can't be resolved.
ikitommi commented 8 years ago

Hmm.. the tests do pass locally.

venantius commented 8 years ago

Don't worry, Travis hasn't worked for a while.

venantius commented 8 years ago

This looks good to me, thanks!