cmd/go: import cycles in tests lead to too harsh and confusing errors #51180
Labels
GoCommand
cmd/go
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
For the following package, in txtar format
using go/packages with
results in a single package named
command-line-arguments
and the following single error:There are several issues with this:
package bar
? The tests don't build, but the package itself should build just fine.context
? That is, why is the path we're trying to open empty? (And why are we trying to open it in the first place?)/cc @matloob
The text was updated successfully, but these errors were encountered: