Fork me on GitHub
#vim
<
2018-07-20
>
cristibalan10:07:50

Is anyone using cider 0.18.0-SNAPSHOT with vim-fireplace? clj support works fine (didn't even have to restart vim) but :Piggieback now hangs vim.

cristibalan10:07:55

I'm using macvim and had it working last week with 0.17.0-SNAPSHOT and :Piggieback (figwheel-sidecar.repl-api/repl-env "blah") (not cljs-repl as what emacs users use).

cristibalan10:07:39

The changelog reads like nothing should work anymore 🙈

cristibalan10:07:04

Hm, it doesn't actually hang and shows an error after a while: {'status': ['eval-error', 'done'], 'ex': 'class clojure.lang.ExceptionInfo', 'root-ex': 'class clojure.lang.ExceptionInfo', 'id': 'fireplace-blah-1532082965-22', 'session': ['c098c280-9646-4e96-af75-4182354b36b8'], 'err': 'TypeError: Cannot read property "stack" from undefined^@^I (<NO_SOURCE_FILE> <eval>:1:0)^@^I (<NO_SOURCE_FILE> <eval>:1:0)^@^I (<NO_SOURCE_FILE> <eval>:1:0)^@^I (<NO_SOURCE_FILE> <eval>:1:0)^@'}

dominicm13:07:48

I think cider dropped support for cemerick piggieback, and you probably have to use cider/piggieback now.

cristibalan21:07:37

Unfortunately, already using cider/piggieback 0.3.6.