This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-04-03
Channels
- # announcements (5)
- # babashka (8)
- # beginners (98)
- # biff (2)
- # calva (20)
- # cider (16)
- # clerk (2)
- # clj-kondo (20)
- # cljdoc (19)
- # clojure (90)
- # clojure-art (3)
- # clojure-boston (1)
- # clojure-europe (7)
- # clojure-nl (2)
- # clojure-norway (47)
- # clojure-uk (3)
- # clojurescript (10)
- # cursive (10)
- # data-science (1)
- # datalevin (1)
- # defnpodcast (1)
- # events (2)
- # fulcro (11)
- # gratitude (2)
- # honeysql (18)
- # hyperfiddle (11)
- # introduce-yourself (1)
- # jobs (2)
- # lambdaisland (4)
- # lsp (6)
- # malli (4)
- # membrane (3)
- # off-topic (58)
- # polylith (14)
- # portal (2)
- # releases (2)
- # ring-swagger (4)
- # tools-deps (8)
- # xtdb (8)
I noticed that when I run tests now I don't see the little progress bar in the buffer anymore, so it's not clear that something is running.
If I just evaluate something like (Thread/sleep 100000)
in a repl buffer then it works fine as it used to
is anything changed around that by any chance?
ok so it should work in theory?
I can try with a different modeline in case it's related somehow
I use the doom-modeline now
@U0524T275 There was never a progress bar for tests. Of that I'm quite sure, because it was always in the TODO list of improvements. 🙂
See this ancient ticket https://github.com/clojure-emacs/cider/issues/696
(basically we don't have a breakdown of the progress we're making while running the tests, so there's not much we can do in terms of progress indicators - other than some basic spinner that is, like the one we use for evaluations)
ah right, well there is a progress bar if I evaluate something slow though
I guess it's not the same thing
the basic spinner would be fine for tests
my "problem" is that sometimes I disable cider-auto-test-mode and not sure if they are running or not when I load a test file because of that