golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
123.75k stars 17.64k forks source link

x/tools/go/packages: unhelpful when it returns nil, nil #29554

Open pjweinb opened 5 years ago

pjweinb commented 5 years ago

at tip, packages.Load can return an empty list without any errors. While this might be the correct result sometimes (as when a pattern doesn't match) it gives the user nothing to work with. It might be more helpful to report some sort of error from the underlying build tool.

julieqiu commented 5 years ago

/cc @matloob