Replies: 2 comments 1 reply
-
Thanks for reporting, this certainly looks like a bug! |
Beta Was this translation helpful? Give feedback.
1 reply
-
I've been running into that bug locally, too (on macOS too). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I’m wondering if the
--watch
option should work with thetest
option? What I’m seeing is that if I save my file once, all is well, but if I change the file, it goes into a continuous/infinite loop.Here’s my test file, which uses Munit:
And this is the command I’m running:
scala-cli test --watch Tests.scala
As mentioned, the first time I run that command, I see a few lines of output, and then it stops. But if I just add a blank space to the file and save it again, the command keeps running and running. The output looks like this:
This happens on a macOS system, regardless of the editor I use. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions