clj-commons / gloss

speaks in bytes, so you don't have to
Eclipse Public License 1.0
483 stars 57 forks source link

Fails to compile with clojure 1.8 #44

Closed lapooh closed 2 years ago

lapooh commented 8 years ago

When I compile project under clojure 1.8, i get this error

#error {
 :cause IllegalName: compile__stub.gloss.data.bytes.core.gloss.data.bytes.core/MultiBufferSequence
 :via
 [{:type clojure.lang.Compiler$CompilerException
   :message java.lang.NoClassDefFoundError: IllegalName: compile__stub.gloss.data.bytes.core.gloss.data.bytes.core/MultiBufferSequence, compiling:(gloss/data/bytes/core.clj:78:1)
   :at [clojure.lang.Compiler analyzeSeq Compiler.java 6875]}
  {:type java.lang.NoClassDefFoundError
   :message IllegalName: compile__stub.gloss.data.bytes.core.gloss.data.bytes.core/MultiBufferSequence
   :at [java.lang.ClassLoader preDefineClass ClassLoader.java 654]}]

and so on...

Similar issue is https://github.com/ztellman/aleph/issues/189. Please upgrade potemkin.

ztellman commented 8 years ago

Thanks for bringing this to my attention.

mithrandi commented 8 years ago

Fixed in #47.