Hi guys, me again. I'm now trying to make things w...
# general
a
Hi guys, me again. I'm now trying to make things work with pants 1.6, and I'm getting this error
Throw(Failed to parse PathGlobs: Failed to parse PathGlobs for include
when compiling changes where it's upset at
../BUILD
because that build file will be outside of the root. The trace logs included this at the top
Computing Select(Collection(dependencies=(AscendantAddresses(directory=u'..')
, which I think means somehow it's searching through
..
when looking for potential files that might have changed (also that file doesn't even exist), leading to this problem. However, I can't figure out where it got these paths for the AscendantAddresses to begin with.