ztellman / penumbra

not under active development - idiomatic opengl bindings for clojure
354 stars 43 forks source link

penumbra 0.6.0-SNAPSHOT out of date #26

Closed dreish closed 14 years ago

dreish commented 14 years ago

Following the instructions on Getting Started, using snapshot versions for everything, the penumbra jar installed is penumbra-0.6.0-20100215.165114-1.jar, which is not compatible with recent versions of Clojure 1.2.0-master-SNAPSHOT. In particular, time.clj appears to use reify in a way that has broken. The error I get on trying to :use penumbra is:

Exception in thread "main" java.lang.IllegalArgumentException: Must supply at least one argument for 'this' in: deref (time.clj:27)

Any chance you could throw a more recent jar out to clojars?

ztellman commented 14 years ago

Done.