Fork me on GitHub
#boot
<
2017-10-15
>
qqq07:10:47

Does anyone have ouroboros or portkey working with boot? (require 'portkey.core) * works fine in a lein repl * fais in a boot repl * complains about "porkey.ouroboros", which I can manually require === boot repl ===

boot.user> (require 'portkey.ouroboros)
nil
boot.user> (require 'portkey.core)
                    java.lang.Exception: namespace 'portkey.ouroboros' not found
clojure.lang.Compiler$CompilerException: java.lang.Exception: namespace 'portkey.ouroboros' not found, compiling:(portkey/core.clj:1:1)
boot.user> 
=== lein repl ===
user=> (require 'portkey.core)
Preparing for self instrumentation.
Ouroboros succesfully eating its own tail!
Instrumenting clojure.lang.Var... done!
WARNING: get-method already refers to: #'clojure.core/get-method in namespace: portkey.aws.apigateway, being replaced by: #'portkey.aws.apigateway/get-method
nil

so, in summary: lein repl: loads fine boot repl: complains I can't load portkey.ouroboros -- but I can manually require it

dominicm08:10:05

I'm betting the funky magic doesn't work, for whatever reason it's perhaps coupled to Leon

qqq10:10:01

this is sad, as 1. I want to use portkey for aws, and 2. I like boot more than I like lein

dominicm13:10:33

He'll probably know

dominicm13:10:17

heh, you already have