austin icon indicating copy to clipboard operation
austin copied to clipboard

Fix compability issue #75 with newer piggieback version when doing "exec".

Open jumarko opened this issue 7 years ago • 1 comments

There was an issue when trying to start browser-connected repl: [{:type java.lang.IllegalArgumentException :message "No value supplied for key: cemerick.austin.DelegatingExecEnv@1d1e650e" :at [clojure.lang.PersistentHashMap create "PersistentHashMap.java" 77]}] :trace [[clojure.lang.PersistentHashMap create "PersistentHashMap.java" 77] [cemerick.piggieback$cljs_repl invokeStatic "piggieback.clj" 212] [cemerick.piggieback$cljs_repl doInvoke "piggieback.clj" 212] [clojure.lang.RestFn applyTo "RestFn.java" 139] [clojure.core$apply invokeStatic "core.clj" 650] [clojure.core$apply invoke "core.clj" 641] [cemerick.austin.repls$cljs_repl invokeStatic "repls.clj" 49] [cemerick.austin.repls$cljs_repl doInvoke "repls.clj" 43]

See https://github.com/cemerick/austin/issues/75.

jumarko avatar May 12 '17 14:05 jumarko

Why this wasn't merged yet?

ccfontes avatar May 09 '18 01:05 ccfontes