re the options issue, is it relevant that `PantsDa...
# general
f
re the options issue, is it relevant that
PantsDaemon
in
src/python/pants/pantsd/pants_daemon.py
only seems to fingerprint the global options scope? (see line 192)
w
that's intentional, because all the other options are specific to whichever goal is running
we don't want to restart the daemon if you switch from running
./pants test
to
./pants compile
https://github.com/pantsbuild/pants/issues/5046 is more relevant to this case: Daniel was iterating on changes to an internal plugin
with "loose sources", as it were