clojure-numerics / expresso

Clojure library for symbolic computation
312 stars 20 forks source link

Can Clojars be updated with the latest build? #12

Closed GHExplorer closed 9 years ago

GHExplorer commented 9 years ago

Hi,

Regarding the warnings the other day, I tested that they were gone, by building the standalone jar, and calling some routines externally from java.

But clojars doesn't seem to be updated, with the fixes.

mschuene commented 9 years ago

hmm clojars reports that is has been updated: https://clojars.org/expresso/versions/0.2.1-SNAPSHOT

do you have offline? true in your project.clj or do you use a different snapshot version?

GHExplorer commented 9 years ago

It's because I used

[expresso "0.2.1"]

instead of

[expresso "0.2.1-SNAPSHOT"]

It almost compiles now, but there's a different error. However, I'm pretty sure it's my problem, I'll play with it, the next couple of days:

Exception in thread "main" java.lang.NoSuchMethodError: clojure.core.logic.LVar.(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V

mschuene commented 9 years ago

No problem, report when you get errors you think come from expresso