This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
🐛 rome check .
seems to run in an infinite loop with 99% CPU usage
#3330
Labels
Environment information
What happened?
Every now and then when you release a new version, I try to play with it on a real codebase, in my case I'm playing with things in the Tailwind CSS codebase (https://github.com/tailwindlabs/tailwindcss).
I basically installed rome:
... once that was done, I executed:
rome check .
It shows a bunch of output already, but then just hangs, and it looks like this:
When I looked at activity monitor I saw this:
I eventually had to quit rome by using
ctrl+c
and luckily that worked without me force killing the process.Expected result
I would have expected that the command (
rome check .
) did its job and once it was done, that it exited the process successfully.Code of Conduct
The text was updated successfully, but these errors were encountered: