This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-08-27
Channels
- # beginners (80)
- # boot (5)
- # cider (4)
- # cljsrn (3)
- # clojure (83)
- # clojure-russia (1)
- # clojure-spec (15)
- # clojurescript (20)
- # community-development (8)
- # cursive (6)
- # emacs (5)
- # fulcro (14)
- # hoplon (71)
- # off-topic (6)
- # om (2)
- # onyx (33)
- # parinfer (3)
- # re-frame (21)
- # reagent (20)
- # spacemacs (2)
- # specter (4)
- # vim (8)
Anybody here? I've got some odd behavior with Vim Fireplace
It seems hang every time I try to connect or eval, but it doesn't give me any errors - it just fouls up the rerendering of the windows. Ctrl + C kills it and then I can go back to using Vim, but no eval 😢
After I kill it, I do sometimes get this error:
Error detected while processing function <SNR>49_printop[1]..<SNR>49_opfunc[35]..fireplace#client[8]..105[23]..<SNR>92_nrepl_eval
I don't think it's a problem with the REPL connection, but with the output method. :Doc
causes the same behavior
I think it's Vim 8.0. My Ubuntu box has 7.4 and it works.
But it's possible that the Arch versions and Ubuntu versions use different compiler flags. I'll investigate.
@captainlexington try echo fireplace#message({'op': 'eval', 'code': '(+ 1 1)'})