cgrand / xforms

Extra transducers and reducing fns for Clojure(script)
573 stars 32 forks source link

Version 0.8.1's published jar broken? #9

Closed aengelberg closed 7 years ago

aengelberg commented 7 years ago
user> (require '[net.cgrand.xforms :as x])
CompilerException java.lang.RuntimeException: No reader function for tag js, compiling:(net/cgrand/xforms/rfs.cljc:84:56)

Digging through the jar in my maven cache, I see this function that I can't find in any of the recent checked-in code.

82 (defn sd'
83   "Reducing fn to compute the standard deviation. Returns 0 if no or only one item."
84   ([] #?(:cljs (double-array 35) :clj #js [0.0 0.0 0.0]))
85   ...
aengelberg commented 7 years ago

Cloning this project and running lein install makes this issue go away.

cgrand commented 7 years ago

damn, dirty build

On Mon, Jan 16, 2017 at 10:41 PM, Alex Engelberg notifications@github.com wrote:

Cloning this project and running lein install makes this issue go away.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/cgrand/xforms/issues/9#issuecomment-272968462, or mute the thread https://github.com/notifications/unsubscribe-auth/AAC3sfODtb8uCnb1A0rdOtqqkwC3pu9Xks5rS-QQgaJpZM4LlAMm .

-- On Clojure http://clj-me.cgrand.net/ Clojure Programming http://clojurebook.com Training, Consulting & Contracting http://lambdanext.eu/

cgrand commented 7 years ago

Published 0.8.2 (no change but clean build)