venantius / ultra

A Leiningen plugin for a superior development environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

0.5.0 to clojars & reflection warnings

ikitommi opened this issue · comments

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.

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.

Retested against a head, and fixed it with (#65).

cheers,

Tommi

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

Resolved by #65. Will be releasing 0.5.0 shortly.

0.5.0 is now live.