sourcegraph / lsif-go

Language Server Indexing Format (LSIF) generator for Go
https://lsif.dev/
MIT License
116 stars 20 forks source link

Upgrade 1.18 #248

Closed olafurpg closed 2 years ago

olafurpg commented 2 years ago

This PR upgrades lsif-go to build with Go v1.18, which added support for generics. A quick experiment reveals that navigation should work correctly in files that are using generics excluding type parameters themselves because we don't render correct monikers for those yet.

Test plan

See the CI go green.