mirror of https://github.com/golang/go.git
While working on golang/go#52715, I discovered an infinite recursion in gopls' completion logic: eachField assumes a finiteness of type pointers. It is almost certainly a go/types bug that type-checked types expand infinitely, but nevertheless we should use the more accurate typeutil.Map for short-circuiting our search. Change-Id: Ib1c7125e624f42882869acd4e0476e317d4da056 Reviewed-on: https://go-review.googlesource.com/c/tools/+/404335 TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Alan Donovan <adonovan@google.com> gopls-CI: kokoro <noreply+kokoro@google.com> Run-TryBot: Robert Findley <rfindley@google.com> |
||
|---|---|---|
| .. | ||
| analysisinternal | ||
| apidiff | ||
| event | ||
| fakenet | ||
| fastwalk | ||
| gocommand | ||
| gopathwalk | ||
| imports | ||
| jsonrpc2 | ||
| jsonrpc2_v2 | ||
| lsp | ||
| memoize | ||
| packagesinternal | ||
| proxydir | ||
| span | ||
| stack | ||
| testenv | ||
| tool | ||
| typeparams | ||
| typesinternal | ||
| xcontext | ||