Can I `!path/to:tgt`a transitive dep? I'm seeing i...
# general
b
Can I `!path/to:tgt`a transitive dep? I'm seeing it when I use
./pants --dependencies --transitive some/other:tgt
1
c
Try with double !
b
You can use the prefix
!!
to transitively exclude a dependency, meaning that even if a target's dependencies include the bad dependency, the final result will not include the value.
2
I just assumed
!!
was to escape a file with
!
. Which makes no sense now lol
🙃 1
Ok now I'm thinking I want to inject this dependency ejection 🤔
Hmm the code in
graph.py
seemingly doesn't allow it bummer
c
💉 ⏏️
b
💯