Skip to content
This repository has been archived by the owner on Oct 22, 2022. It is now read-only.

clojure.pprint not found (Travis CI) #42

Closed
zrzka opened this issue Aug 24, 2016 · 5 comments
Closed

clojure.pprint not found (Travis CI) #42

zrzka opened this issue Aug 24, 2016 · 5 comments

Comments

@zrzka
Copy link
Contributor

zrzka commented Aug 24, 2016

Travis CI did update images today. Didn't find time to investigate this issue yet, maybe something will come to your mind immediately when you see it. There's this error when deploy is called:

clojure.lang.Compiler$CompilerException: java.lang.ClassNotFoundException: clojure.pprint, compiling:(leiningen/cljs_lambda/aws.clj:181:7)

Will check what's wrong tomorrow.

@moea
Copy link
Member

moea commented Aug 24, 2016

aws.clj uses that namespace, but doesn't require it - it's likely that this issue would depend on the version of Leiningen which is running, or some other thing we shouldn't be counting on. In either case, I'll push 0.6.2-SNAPSHOT in a moment w/ a fix for this.

@moea
Copy link
Member

moea commented Aug 24, 2016

Pushed

@zrzka
Copy link
Contributor Author

zrzka commented Aug 25, 2016

You're fast :-) Just woke up, changed version to 0.6.2-SNAPSHOT and it works again. Thanks.

screen shot 2016-08-25 at 7 56 52

@zrzka
Copy link
Contributor Author

zrzka commented Aug 25, 2016

Tested several times, several repos, just works. Feel free to close this issue if you're not planning to do more work on this.

@moea
Copy link
Member

moea commented Aug 25, 2016

I'll wait until I've promoted the snapshot to a release, otherwise I'm likely to forget to do it.

@moea moea closed this as completed Oct 21, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants