austin icon indicating copy to clipboard operation
austin copied to clipboard

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

Open rterbush opened this issue 9 years ago • 4 comments

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)

rterbush avatar Apr 01 '15 04:04 rterbush

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

cemerick avatar Apr 01 '15 14:04 cemerick

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

jumarko avatar May 11 '17 08:05 jumarko

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.

cemerick avatar May 12 '17 10:05 cemerick

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 :).

jumarko avatar May 12 '17 14:05 jumarko