Has anyone here encountered weird behavior with di...
# general
c
Has anyone here encountered weird behavior with directories named
entrypoint
? A coworker of mine says his BUILD files are getting ignored when the directory is named that, but not if he renames it to some other name
👀 1
I should also specify, we are on pants 2.2 and there's nothing in the pants.toml to ignore something with that name
w
there are a few different levels i can imagine here:
when you say that they’re getting ignored, do you mean that
./pants list entrypoint::
finds no targets defined there?
or that
./pants filedeps --transitive $target
doesn’t end up finding them?
👍 1
finally, if the former two work, are they just not being found by
import
statements in your code?