microsoft / scalar

Scalar: A set of tools and extensions for Git to allow very large monorepos to run on Git without a virtualization layer
MIT License
1.39k stars 63 forks source link

watchman doesn't show any root being watch, how do I get scalar to detect/use watchman on linux? #504

Closed ykoehler closed 3 years ago

derrickstolee commented 3 years ago

What version of Scalar are you using? When did you install Watchman relative to cloning your repository?

I'm assuming that you now have Watchman running, so could you run scalar run config in your repository and send the output?

ykoehler commented 3 years ago

scalar 0.2.173.2 compiled from source on centos7

output of scalar run config in one of my repo:

Setting recommended config settings...

derrickstolee commented 3 years ago

output of scalar run config in one of my repo:

Setting recommended config settings...

My bad, this isn't very helpful. Could you look in .git/logs/ for a file named something like scalar_maintenance_YYYYMMDD_hhmmss.log and attach that? It should have a bunch of log lines that will help us determine if it is checking for Watchman or if something is going wrong there.

github-actions[bot] commented 3 years ago

Labeling this issue as stale. There has been no activity for 30 days. Remove stale label or comment or this issue will be closed in 7 days.