x/tools/internal/gcimporter: update iexport.go to support generics #48392
Labels
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
release-blocker
Soon
This needs action soon. (recent regressions, service outages, unusual time-sensitive situations)
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
CL 349949 updates x/tools/internal/gcimporter/iimport.go to support generics, by porting over changes from the standard library go/internal/gcimporter package. It will take longer to port iexport.go, as it must be translated from cmd/compile/internal/typecheck/iexport.go. In the meantime (~days, I expect), I think we should skip x/tools/go/internal/gcimporter.TestIExportData_stdlib on Go 1.18, in order to avoid failures on the x/tools Trybots on Go repo CLs that use generics.
This issue tracks that process (skipping the test, updating the exporter, and unskipping).
CC @griesemer @mdempsky @danscales @ianlancetaylor
The text was updated successfully, but these errors were encountered: