Fix a bug related to adding sibling resource bases.
Review Request #1367 — Created Nov. 20, 2014 and submitted
Information | |
---|---|
benjyw | |
pants | |
3be6b13... | |
Reviewers | |
pants-reviews | |
ity, jsirois, patricklaw |
This bug was introduced in 3f5df746, a year ago:
git diff 3f5df746^..3f5df746 -- src/python/twitter/pants/tasks/jvm_task.py
Which leads me to believe that this code isn't necessary. Reviewers, please
chime in on whether we still need this sibling resource directory functionality
for sources, tests or both.For example, do any pants.ini files at Twitter currently mention parallel_src_paths/parallel_test_paths?
It would be great to finally remove this code.
-
-
src/python/pants/backend/jvm/tasks/jvm_task.py (Diff revision 1) It seems like the comment in pants.ini is referencing the open source twitter repo:
https://github.com/twitter/commons/blob/master/pants.ini
I removed this line and ran:
./pants goal test {src,tests}/java/com/twitter/common::
But I'm not sure if this is what the comment in pants.ini is talking about :
; TODO(John Sirois): Kill this when commons tests are converted to use explicit test target ; (default is False).
Regardless, I think we should move this from the pants.ini distributed with pants. Could you make that change?