duct

bocaj 2019-09-14T00:49:46.000700Z

A clean project fails at powershell command-line and windows wsl (should mimic linux)

lein new duct frump +api +ataraxy +cljs +example +site`` then 
cd frump
then 
lein duct setup
then  
lein repl```

bocaj 2019-09-14T00:51:38.001100Z

lein repl
Error loading cider.piggieback: Syntax error compiling at (cider/piggieback.clj:1:1).
Exception in thread "main" Syntax error compiling var at (C:\Users\JKROEZE\AppData\Local\Temp\form-init5759615384752520406.clj:1:2569).

bocaj 2019-09-14T22:18:16.001400Z

It’s at “0.4.1”

:project/dev  {:source-paths   ["dev/src"]
                  :resource-paths ["dev/resources"]
                  :dependencies   [[cider/piggieback "0.4.1"]
                                   [integrant/repl "0.3.1"]
                                   [eftest "0.5.7"]
                                   [kerodon "0.9.0"]
                                   [criterium "0.4.5"]
                                   [com.clojure-goes-fast/clj-memory-meter "0.1.2"]]}

bocaj 2019-09-14T22:27:47.001600Z

…seems to work on my mac, so I’ll look into that

bocaj 2019-09-14T23:10:55.001800Z

…also works with cursive/intellij

bocaj 2019-09-16T21:16:30.002100Z

So, this failed on lein -version => 2.8.1, and is fine on 2.9.1

teaforthecat 2019-09-14T01:54:20.001200Z

is cider/piggieback coming from the project.clj? I’d suspect that the version of cider/piggieback could be old