<#18425 Ensure there are no assumptions about `CWD...
# github-notifications
q
#18425 Ensure there are no assumptions about `CWD == build root` Issue created by kaos #18412 introduced support for invoking
pants
anywhere in the project tree not only at build root. It relies on env var to track the original CWD, but we should be able to run without changing the users CWD. Edit: it's true we should not have such assumptions. However there will not be any guarantees that the CWD reflects that of the user at the time
pants
was invoked either. Leaving this open for myself to close at a later date with a comment detailing the interaction between pantsd and the pants client. pantsbuild/pants
u