I don’t have much experience with the `filedeps` g...
# development
c
I don’t have much experience with the
filedeps
goal, but found it surprising that it didn’t include the source mentioned in a
pex_binary
entry_point
unless I include the
--transitive
flag (as then it picks it up from the
python_source
target that it infers a dependency to)
Question is, if this is by design or if we should consider it a bug..?