did we fix the issue where filesystem specs wouldn...
# general
a
did we fix the issue where filesystem specs wouldn't find a target if the BUILD file was higher up than the immediate parent directory? @happy-kitchen-89482 @hundreds-father-404
h
What’s the issue? This is the first I’ve heard of that
Run
./v2 list src/python/pants/util/strutil.py
. It will correctly find two targets, including one that is defined in a grandparent directory via a
files()
target
a
i posted about it in #engine a week ago i'll find it
oh
if the filesystem spec is before the goal pants can't see any goals
is the issue
h
That’s expected. Our grammar is
./pants <global-options> <goal> <goal-options> <specs> -- <passthrough args>