wire
wire copied to clipboard
wire: decreased performance after using go/packages
After switching to using go/packages for analysis, the test suite for Wire (and the tool itself) has slowed on the order of 4x its previous execution times. The primary factors appear to be the call to go list and the increase in type-checking surface due to missing control over function body and comment parsing.
Blocked on golang/go#28740