You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If you just run sift with no input, it hangs on the "Compiling" and/or "Waiting for test results..." stages, even if I press Ctrl+C in the terminal.
It appears that if I press Ctrl+C, it goes from the "Compiling" stage to the "Waiting for test results..." one, but doesn't go anywhere from that.
To Reproduce
Just run sift, with no piped input:
> sift
Expected behavior
The program should either not run or allow me to exit somehow, even if just by pressing CTRL+C.
Screenshots
This is a screen recording that should illustrate the behaviour:
Gravacao.de.Tela.2025-11-09.as.17.34.54.mov
Versions:
Go Version: 1.25.0
CLI Version: 0.12.1
Additional context
I'm running MacOS, and would be open to open a PR to handle SIGINT in the code.
Describe the bug
If you just run
siftwith no input, it hangs on the "Compiling" and/or "Waiting for test results..." stages, even if I press Ctrl+C in the terminal.It appears that if I press Ctrl+C, it goes from the "Compiling" stage to the "Waiting for test results..." one, but doesn't go anywhere from that.
To Reproduce
Just run
sift, with no piped input:Expected behavior
The program should either not run or allow me to exit somehow, even if just by pressing CTRL+C.
Screenshots
This is a screen recording that should illustrate the behaviour:
Gravacao.de.Tela.2025-11-09.as.17.34.54.mov
Versions:
Additional context
I'm running MacOS, and would be open to open a PR to handle SIGINT in the code.