nervous-systems / cljs-lambda

Utilities around deploying Clojurescript functions to AWS Lambda
The Unlicense
310 stars 34 forks source link

clojure.pprint not found (Travis CI) #42

Closed zrzka closed 8 years ago

zrzka commented 8 years ago

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 commented 8 years ago

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 commented 8 years ago

Pushed

zrzka commented 8 years ago

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 commented 8 years ago

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 commented 8 years ago

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