white-appointment-6770
09/09/2024, 5:03 PMwide-midnight-78598
09/09/2024, 5:09 PM.pants.d
- but I'd never looked for it.
If we don't have that, then that seems like a logical first step, no? Stick it alongside ~/.cache/pants/pantsd/[some deterministic path?]
(or make it configurable)
I know in some cases, if you, let's say, stick it in temp and you use docker/vscode dev envs - you can run into weird permissions interactions on container reboots/restarts which need handling. But at the top level, 🤷white-appointment-6770
09/09/2024, 5:35 PM~/.cache/pants/pantsd/[some deterministic path?]
wide-midnight-78598
09/09/2024, 5:50 PMthere is still a symbolic link created in the repo directing pants to the filesAh, okay, I hadn't looked at this past the logs and pids and stuff
fast-nail-55400
09/09/2024, 5:59 PM/var/run
-- What is the user-specific version of /var/run
?white-appointment-6770
09/09/2024, 6:01 PMproud-dentist-22844
09/09/2024, 6:24 PM.git/pants/d/
and .git/pants/pids/
?wide-midnight-78598
09/09/2024, 6:36 PMpantsd_folder
or whatever to config - then users can place them wherever they want, rather than imposing any specific location outside of the defaultwhite-appointment-6770
09/09/2024, 6:41 PMpantsd_folder = ~/.pantsd
in all my pants.toml files and trust that pants will keep each repo's data separated, I'm happy.wide-midnight-78598
09/09/2024, 6:42 PM~/.pants.rc
but then that wouldn't be for all your team