x/tools/go/packages: fake command-line-args package isn't created on windows when ad-hoc package file is missing #31344
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
OS-Windows
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
I haven't been able to reproduce this for go list, so I'm setting this as a go/packages bug for now.
It seems like on Windows, when doing a
go list -e
of an ad-hoc package where a source file doesn't exist, the fakecommand-line-args
package that contains the error isn't created. See the comment on golang.org/x/tools/go/packages.TestErrorMissingFile.The text was updated successfully, but these errors were encountered: