We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is triggered due to the use of go-sqlite3 in the monorepo. golang/go#68877
panic: Named.check == nil but type is incomplete goroutine 84059 [running]: go/types.(*Named).under(0xc0522cf730) /usr/local/go/src/go/types/named.go:548 +0x406 go/types.under({0xd1df80, 0xc0522cf730}) /usr/local/go/src/go/types/under.go:16 +0x2a go/types.isPointer(...) /usr/local/go/src/go/types/conversions.go:308 go/types.NewMethodSet({0xd1df80, 0xc0522cf730}) /usr/local/go/src/go/types/methodset.go:83 +0x46 github.com/sourcegraph/scip-go/internal/implementations.listMethods(0xc0522cf730) /sources/internal/implementations/implementations.go:259 +0x31 github.com/sourcegraph/scip-go/internal/implementations.extractInterfacesAndConcreteTypes(0xc000207ed0, 0xc1edca8b28) /sources/internal/implementations/implementations.go:208 +0x2d6 github.com/sourcegraph/scip-go/internal/index.Index.AddImplementationRelationships.func2() /sources/internal/implementations/implementations.go:122 +0x1b0 github.com/sourcegraph/scip-go/internal/parallel.Run.func1() /sources/internal/parallel/parallel.go:26 +0x9d created by github.com/sourcegraph/scip-go/internal/parallel.Run in goroutine 1 /sources/internal/parallel/parallel.go:22 +0x7a
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
This is triggered due to the use of go-sqlite3 in the monorepo. golang/go#68877
The text was updated successfully, but these errors were encountered: