Fork me on GitHub
#cider
<
2024-04-03
>
andrea.crotti12:04:45

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

andrea.crotti12:04:01

is anything changed around that by any chance?

vemv12:04:23

We haven't changed this area in a long while

andrea.crotti12:04:45

ok so it should work in theory?

andrea.crotti12:04:56

I can try with a different modeline in case it's related somehow

andrea.crotti12:04:59

I use the doom-modeline now

bozhidar06:04:50

@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. 🙂

bozhidar06:04:36

(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)

bozhidar06:04:02

Probably it makes sense to do something similar for every op that can take a while.

andrea.crotti09:04:17

ah right, well there is a progress bar if I evaluate something slow though

andrea.crotti09:04:35

I guess it's not the same thing

andrea.crotti09:04:08

the basic spinner would be fine for tests

andrea.crotti09:04:44

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

bozhidar12:04:17

Feel free to open a ticket to add some basic indication for this. It shouldn't be hard.