<#11182 Improve error messages if an explicit file...
# github-notifications
q
#11182 Improve error messages if an explicit file dep can't be assigned to a target Issue created by benjyw The explicit file dep syntax is confusing, especially if you omit the
:relpath-to-target
part and expect things to just work (as I just did). It would be good to find the possible targets that could own the file and suggest the right incantation. See https://github.com/benjyw/example-python/tree/demonstrate_filedep_bug for a motivating example. pantsbuild/pants