This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-11-25
Channels
- # adventofcode (1)
- # announcements (1)
- # beginners (244)
- # calva (20)
- # cider (11)
- # cljs-dev (34)
- # clojure (50)
- # clojure-spec (1)
- # clojure-uk (3)
- # clojurebridge (1)
- # clojurescript (21)
- # code-reviews (1)
- # cursive (19)
- # events (1)
- # expound (1)
- # fulcro (65)
- # hyperfiddle (6)
- # luminus (3)
- # nrepl (3)
- # off-topic (23)
- # protorepl (4)
- # re-frame (18)
- # rum (11)
- # shadow-cljs (77)
- # spacemacs (8)
- # tools-deps (2)
- # unrepl (1)
- # vim (2)
has clojure refactor been removed from spacemacs clojure layer?
would clj-refactor still be recommended or was it removed for good reason?
it is optional now, see the readme on how to enable it for your config: https://github.com/syl20bnr/spacemacs/blob/develop/layers/+lang/clojure/README.org#enabling-sayid-or-clj-refactor
ah, should have read the docs 🙂
tern-find-definition
is giving me a Request failed: ((wrong-type-argument stringp nil))
`
I tried debugging that, but my elisp skills aren't that great.
I see that my tern-at-interesting--expression
never returns anything, but even using tern-find-definition-by-name
(where you type in the var you want) fails. Stepping in a bit I could see that on tern-req
host
is left as nil
(instead of localhost
?) and the url requests to the tern server fail.
Is that the case for everyone?
I'm running develop [email protected] HEAD~2
, with elpa/tern-20181108
, [email protected]