<@UB2J9BQA0>, <@U051221NF>: update on the state of...
# development
w
@hundreds-father-404, @happy-kitchen-89482: update on the state of #10455: https://github.com/pantsbuild/pants/issues/10455#issuecomment-668213546
๐Ÿ‘ 1
@happy-kitchen-89482: Eric got https://github.com/pantsbuild/pants/pull/10535 landable: no need to look at it too deeply, but good to get a sense of the model changes maybe?
h
๐Ÿ‘๏ธ
Ugh, what is this creepy emoji
๐Ÿ‘€ is what I meant
w
and as an example, the output of
./pants dependencies --transitive ::
in #10511: https://gist.github.com/stuhood/64efadd8f8f3c717c57da592c986078a
or:
Copy code
$ ./pants list 'src/python/pants/backend/project_info/*'
src/python/pants/backend/project_info
src/python/pants/backend/project_info:tests
src/python/pants/backend/project_info/__init__.py
src/python/pants/backend/project_info/cloc.py
src/python/pants/backend/project_info/cloc_test.py:tests
src/python/pants/backend/project_info/dependees.py
src/python/pants/backend/project_info/dependees_test.py:tests
src/python/pants/backend/project_info/dependencies.py
src/python/pants/backend/project_info/dependencies_test.py:tests
src/python/pants/backend/project_info/filedeps.py
src/python/pants/backend/project_info/filedeps_test.py:tests
src/python/pants/backend/project_info/filter_targets.py
src/python/pants/backend/project_info/filter_targets_test.py:tests
src/python/pants/backend/project_info/list_roots.py
src/python/pants/backend/project_info/list_roots_test.py:tests
src/python/pants/backend/project_info/list_targets.py
src/python/pants/backend/project_info/list_targets_test.py:tests
src/python/pants/backend/project_info/register.py
src/python/pants/backend/project_info/source_file_validator.py
src/python/pants/backend/project_info/source_file_validator_test.py:tests
๐Ÿ‘ 1
h
Whatโ€™s new in that output is sometimes using the disambiguation syntax
h
LGTM
h
Stu, I offered to Benjy that he can merge his source root stripping PR first. I think there will be conflicts. I can fix the merge conflict as soon as he merges his
w
sure