tip (hack?) for development in pantsbuild/pants: i...
# development
w
tip (hack?) for development in pantsbuild/pants: if you run with
--loop
,
pantsd
will not restart itself, even when you’ve edited the code of pants itself.
📣 1
1
makes it much faster to iterate on fixing a test that needs edits to the underlying pants code
currently working on
./pants --loop test src/python/pants/engine/internals/graph_test.py -- -k test_coarsened_targets
h
oh cool! I didn't realize
--loop
is ready for use
w
very much so.
🙌 1
Ctrl+C Works TM
1
…maybe blog post worthy? … or even just docsite worthy. yikes.
b
Definitely worth documenting.