This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-01-02
Channels
- # adventofcode (2)
- # bangalore-clj (1)
- # beginners (26)
- # boot (7)
- # cider (21)
- # clara (45)
- # cljs-dev (1)
- # cljsrn (2)
- # clojure (168)
- # clojure-berlin (1)
- # clojure-india (4)
- # clojure-italy (7)
- # clojure-nl (1)
- # clojure-russia (1)
- # clojure-spec (10)
- # clojure-uk (12)
- # clojurescript (31)
- # datascript (2)
- # datomic (28)
- # defnpodcast (9)
- # emacs (2)
- # events (4)
- # fulcro (193)
- # hoplon (127)
- # hypercrud (1)
- # jobs (1)
- # jobs-discuss (38)
- # keechma (1)
- # luminus (5)
- # off-topic (16)
- # onyx (4)
- # parinfer (9)
- # portkey (2)
- # portland-or (1)
- # precept (5)
- # re-frame (9)
- # reagent (8)
- # remote-jobs (7)
- # rum (3)
- # shadow-cljs (2)
- # spacemacs (19)
- # specter (2)
- # testing (1)
- # unrepl (34)
Hi, new Spacemacs user here. I am working through Living Clojure and am working on the Serpent Talk project in Spacemacs with Cider. When I run the tests from the REPL (SPC -> m -> t -> a) I get “user-error: Buffer ‘cider-repl serpent-talk’ is not associated with a file” Could someone tell me what that means? The tests run OK from the talk.clj buffer.
@tomayerst - It looks like that might be a known bug. When I look at the function documentation (with SPC h d k SPC m t a
) I see the following:
, t a runs the command spacemacs/cider-test-run-all-tests, which is an alias for
‘spacemacs/cider-test-run-ns-tests’ in ‘../../../clojure/funcs.el’.
It is bound to M-RET t a, M-m m t a, and many ordinary text characters.
(spacemacs/cider-test-run-all-tests)
ns tests are not actually *all* tests;
cider-test-run-project-tests would be better here, but
there currently is a bug with the function. Replace once
it gets fixed.
You might try calling cider-test-run-project-tests
directly, or maybe see if there's a more recent version of cider you could upgrade to.
@jeff.terrell Thanks Jeff. A very gentle RTFM! 😀
Haha, didn't mean it that way, but glad it helped.
Hey guys, this is really off topic, but I just discovered artist mode! It’s really cool. Would anyone be interested in an explanation?
I have no idea what that is; yep, I would. :raised_hand:
So I could do a more formal write up if you guys would like it. Artist mode is meant to be a way to draw in ascii in emacs!
the most common usecase I could think of is drawing data flow diagrams things requiring simple boxes and lines.
Here’s the wiki: https://www.emacswiki.org/emacs/ArtistMode
You can activate artist mode in any buffer, but I’d recommend opening up a new buffer to experiment