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

Missing dep in yetibot.commands.aws.formatters breaks Midje autotesting #905

Closed
jcorrado opened this issue Mar 29, 2019 · 0 comments
Closed
Assignees

Comments

@jcorrado
Copy link
Contributor

~/projects/yetibot/yetibot master
❯ lein midje :autotest                                                                                 
Warning: implicit hook found: lein-environ.plugin/hooks                                                
Hooks are deprecated and will be removed in a future version.                                          
WARNING: any? already refers to: #'clojure.core/any? in namespace: leiningen.midje, being replaced by: #'leiningen.midje/any?                              
                                                                                                        
======================================================================                                 
Loading ...
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".                            
SLF4J: Defaulting to no-operation (NOP) logger implementation                                               
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.          
19-03-29 16:20:44 elder-whale INFO [yetibot.commands.clojure:19] - Clojail erroed java.util.concurrent.ExecutionException: Syntax error compiling at (0:0).
LOAD FAILURE for yetibot.commands.aws.formatters                                                         
clojure.lang.Compiler$CompilerException: Syntax error compiling at (yetibot/commands/aws/formatters.clj:7:24).
    data: #:clojure.error{:phase :compile-syntax-check,                                        
                          :line 7,                                                                 
                          :column 24,                                                              
                          :source "yetibot/commands/aws/formatters.clj"}                           
       java.lang.ClassNotFoundException: yetibot.api.aws                                           
                                           java.net.URLClassLoader.findClass  URLClassLoader.java:  382
                                                                         ...                                                
@jcorrado jcorrado self-assigned this Mar 29, 2019
jcorrado added a commit that referenced this issue Mar 29, 2019
jcorrado added a commit that referenced this issue Mar 30, 2019
* Add missing dep for yetibot.api.aws

Closes #905
@devth devth removed the in progress label Mar 30, 2019
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