google / go-flow-levee

Apache License 2.0
194 stars 18 forks source link

Crashes when analyzing Go 1.19 standard libraries #326

Closed timothy-king closed 2 years ago

timothy-king commented 2 years ago

Go standard libraries starting in 1.19 now contain generics. Example. Levee's go.mod uses a version of x/tools/ssa that predates support for generics and crashes on this code. See https://github.com/kubernetes/kubernetes/issues/111452 for how this manifests.