Similarly why does `run_pants` default `use_pantsd...
# development
b
Similarly why does
run_pants
default
use_pantsd
to
True
? Each invocation uses a new workdir, and the memoization wouldn't occur between two runs of
run_pants
?
e
I think you'll need to spelunk the git log.
🧐 1
b
https://github.com/pantsbuild/pants/pull/10672
Defaults to pantsd being used.
h
I'm not sure why I changed the default to it. I vaguely remember something about more dogfooding of Pantsd, but that seems like the wrong way to do it
b
OK I'll PR that and coverage once I figure out why pantsd is restarting in the pyox test, as I think thats the issue with the immut pr
👍 1
w
because it provides test coverage for the default case for users: unless you see a noticeable performance difference, it would be preferable to leave that on