venantius / ultra

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

0.5.0 to clojars & reflection warnings #64

Closed ikitommi closed 8 years ago

ikitommi commented 8 years ago

Hi,

0.5.0 doesn't seem to be in Clojars yet. Built the latest myself locally, is awesome, but yields:

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.
venantius commented 8 years ago

Can you provide a project.clj and any related profile files? Also, what JDK are you on? I don't have this issue in a clean project using Ultra HEAD.

ikitommi commented 8 years ago

Retested against a head, and fixed it with (https://github.com/venantius/ultra/pull/65).

cheers,

Tommi

emlyn commented 8 years ago

What's the plan for releasing 0.5.0 to clojars, can we expect it soon?

venantius commented 8 years ago

Resolved by #65. Will be releasing 0.5.0 shortly.

venantius commented 8 years ago

0.5.0 is now live.