bradleyfalzon / apicompat

apicompat checks recent changes to a Go project for backwards incompatible changes
https://abicheck.bradleyf.id.au
MIT License
179 stars 5 forks source link

File names to include import path #14

Closed bradleyfalzon closed 8 years ago

bradleyfalzon commented 8 years ago

Some errors contain just the file name, since we can be recursive, the file names are ambiguous, such as:

abicheck: go/types error: go1.4:disasm.go:18:2: could not import cmd/internal/rsc.io/arm/armasm (can't find import: )

But this includes filenames mentioned in changes too.