Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clojure version in clojars! #2

Closed
jackrusher opened this issue Dec 22, 2015 · 4 comments
Closed

Clojure version in clojars! #2

jackrusher opened this issue Dec 22, 2015 · 4 comments

Comments

@jackrusher
Copy link

The source appears to be well annotated to work with clojure and clojurescript, but the version published to clojars in cljs-only. :(

@postspectacular
Copy link
Member

Hey @jackrusher,

erm... not sure what you mean, since it never was cljs only & latest version (1.0.0, since oct) is using cljc format (needs clojure 1.7+). Do you see something different than this here?

$ jar tf ~/.m2/repository/thi/ng/color/1.0.0/color-1.0.0.jar 
META-INF/MANIFEST.MF
META-INF/maven/thi.ng/color/pom.xml
META-INF/leiningen/thi.ng/color/project.clj
project.clj
META-INF/
META-INF/maven/
META-INF/maven/thi.ng/
META-INF/maven/thi.ng/color/
META-INF/maven/thi.ng/color/pom.properties
thi/
thi/ng/
thi/ng/color/
thi/ng/color/core.cljc
thi/ng/color/gradients.cljc
thi/ng/color/presets/
thi/ng/color/presets/brewer.cljc
thi/ng/color/presets/categories.cljc
thi/ng/color/presets.cljc
thi/ng/color/version.cljc

@jackrusher
Copy link
Author

Brain fart. It turns out the boot build tool keeps a setting for its global clojure version hidden in a dotfile, and that said setting was silently forcing version 1.6. The errors on the clojure side all looked like the jar didn't contain code to produce class definitions for [thi.ng.color.core]. Closing.

@jackrusher
Copy link
Author

BTW, it's very nice to have all these color-related helper functions that I generally re-write ad hoc all in one place. Thanks for that!

@postspectacular
Copy link
Member

phew & yer very welcome my friend! :) no prob...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants