acoustic-book-58772
08/03/2018, 7:37 PMThrow(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.