cemerick / austin

The ClojureScript browser-REPL rebuilt stronger, faster, easier.
510 stars 31 forks source link

After loading (cemerick.austin.repls/exec), austin fails with "No value supplied for key:" #75

Open rterbush opened 9 years ago

rterbush commented 9 years ago

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.

IllegalArgumentException No value supplied for key: cemerick.austin.DelegatingExecEnv@4fd7d1f4  clojure.lang.PersistentHashMap.create (PersistentHashMap.java:77)
cemerick commented 9 years ago

The problem is that Austin has not yet been updated to work with the latest piggieback. Coming soon.

jumarko commented 7 years ago

Not sure if this is the whole story, but that particular point can be solved by simple fix: https://github.com/jumarko/austin/commit/2302a3eefea18f8b438ce5f23c1bd7e3320c4deb#diff-7f3a30706a736e2d43f5b9174d97c73eL49

cemerick commented 7 years ago

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.

jumarko commented 7 years ago

I've created the pull request: https://github.com/cemerick/austin/pull/77 Yes, it definitely makes sense to use figwheel nowadays for most of the work. I was just playing with different alternatives :).