loud-laptop-89838
12/12/2022, 1:22 PMpants.toml
for example, when I run pants again it doesn't seem to know that the edit has been made. I get the same error message that caused me to update. But if I delete .pants.d
and pids
then run it works.wide-midnight-78598
12/12/2022, 1:52 PMrm -r ~/.cache/pants
rm -r ./pants.d
rm -r ./pids
./pants version
happy-kitchen-89482
12/12/2022, 5:48 PMpants.toml
will cause pantsd to restart, so all the in-memory memoization will be lost and some work will re-run, but cached processes will still be satisfied from the on-disk cache.wide-midnight-78598
12/12/2022, 5:50 PMhappy-kitchen-89482
12/12/2022, 5:50 PMwide-midnight-78598
12/12/2022, 5:52 PMwitty-crayon-22786
12/12/2022, 6:06 PMloud-laptop-89838
12/12/2022, 6:07 PMwsl ./pants ...
when my project is in a windows directory. Pants is working fine for a project that is in Ubuntu (wsl), but I was running into the issue that any file changes wouldn't be picked up by subsequent pants calls, regardless of the call and that project is in a windows directory.happy-kitchen-89482
12/12/2022, 6:11 PMloud-laptop-89838
12/12/2022, 6:26 PMwide-midnight-78598
12/12/2022, 7:06 PMbest-autumn-75351
12/12/2022, 11:07 PMloud-laptop-89838
12/12/2022, 11:10 PM