-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
After loading (cemerick.austin.repls/exec), austin fails with "No value supplied for key:" #75
Comments
The problem is that Austin has not yet been updated to work with the latest piggieback. Coming soon. |
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 cemerick#75.
Not sure if this is the whole story, but that particular point can be solved by simple fix: jumarko@2302a3e#diff-7f3a30706a736e2d43f5b9174d97c73eL49 |
I'll apply a PR if you send it. FWIW, I use figwheel exclusively at this point, which is why I've not addressed this myself already. |
I've created the pull request: #77 |
Found the magic to get austin, piggieback and cljs to compile, but when running (cemeric.austin.repls/exec) it fails with the following error in the repl.
Please let me know what I can do to help track this down.
The text was updated successfully, but these errors were encountered: