This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-06-30
Channels
- # admin-announcements (3)
- # aws-lambda (12)
- # beginners (88)
- # boot (73)
- # capetown (6)
- # carry (16)
- # cider (8)
- # cljsjs (7)
- # clojure (90)
- # clojure-belgium (4)
- # clojure-dev (19)
- # clojure-greece (41)
- # clojure-portugal (1)
- # clojure-quebec (4)
- # clojure-russia (25)
- # clojure-spec (172)
- # clojure-taiwan (1)
- # clojure-uk (76)
- # clojurescript (82)
- # cursive (37)
- # datavis (2)
- # datomic (46)
- # devcards (1)
- # emacs (4)
- # euroclojure (6)
- # events (1)
- # hoplon (31)
- # jobs (1)
- # keechma (9)
- # off-topic (4)
- # om (7)
- # onyx (65)
- # other-languages (15)
- # pedestal (1)
- # planck (50)
- # proton (1)
- # re-frame (40)
- # reagent (7)
- # spacemacs (14)
- # spirituality-ethics (37)
- # testing (1)
- # untangled (2)
- # yada (44)
I’m playing with sente and using cider-refresh
to reload the system. My setting are:
`(setq cider-refresh-before-fn "reloaded.repl/suspend"
cider-refresh-after-fn "reloaded.repl/resume”)`
When I’m reloading system that way all messages from sente goes to cider-refresh-log buffer, which is suprise for me
If call in reloaded.repl/suspend
, refresh-all
, ‘reloaded.repl/resume’ I see messages in standard emacs cider repl
when I introduce a compiler error and do cider-refresh, it errors as expected, if I fix it and cider-refresh, i get "user/go" no such namespace user
is there any format command for clojure?