adzerk-oss / boot-cljs-repl

Boot task providing a REPL for ClojureScript development.
Eclipse Public License 1.0
72 stars 28 forks source link

(start-repl) NullPointerException #10

Closed hura closed 9 years ago

hura commented 9 years ago

I'm getting a NullPointerException (without any stacktrace) when trying to start-repl:

$ boot show -d                                                                      [INS]
adzerk/boot-cljs-repl "0.1.9" :scope "test"
adzerk/boot-cljs "0.0-2814-1" :scope "test"
adzerk/boot-reload "0.2.4" :scope "test"
boot-deps "0.1.4"
cljsjs/react "0.12.2-5"
com.cemerick/piggieback "0.1.6-20150223.163620-3"
org.clojure/clojure "1.6.0"
org.clojure/clojurescript "0.0-3119"
├── com.google.javascript/closure-compiler "v20150126"
│   ├── args4j "2.0.26"
│   ├── com.google.code.findbugs/jsr305 "1.3.9"
│   ├── com.google.code.gson/gson "2.2.4"
│   ├── com.google.guava/guava "18.0"
│   ├── com.google.javascript/closure-compiler-externs "v20150126"
│   ├── com.google.protobuf/protobuf-java "2.5.0"
│   └── com.google.truth/truth "0.24"
│       └── junit "4.10"
│           └── org.hamcrest/hamcrest-core "1.1"
├── org.clojure/data.json "0.2.6"
├── org.clojure/google-closure-library "0.0-20140718-946a7d39"
│   └── org.clojure/google-closure-library-third-party "0.0-20140718-946a7d39"
├── org.clojure/tools.reader "0.8.16"
└── org.mozilla/rhino "1.7R5"
org.clojure/core.async "0.1.346.0-17112a-alpha"
└── org.clojure/tools.analyzer.jvm "0.1.0-beta12"
    ├── org.clojure/core.memoize "0.5.6"
    │   └── org.clojure/core.cache "0.6.3"
    │       └── org.clojure/data.priority-map "0.0.2"
    ├── org.clojure/tools.analyzer "0.1.0-beta12"
    └── org.ow2.asm/asm-all "4.1"
pandeiro/boot-http "0.3.0" :scope "test"
reagent-forms "0.4.4"
reagent-utils "0.1.3"
reagent "0.5.0"
secretary "1.2.1"
weasel "0.6.0"
└── http-kit "2.1.18"
hura commented 9 years ago

Works now with the latest version. But I still have a different problem now:

clojure.lang.ArityException: Wrong number of args (1) passed to: closure/get-upstream-deps*

This happens when I run (start-repl) in emacs.

hura commented 9 years ago

Saw the other tissue. Sorry for the noise.