Commit Graph

6 Commits

Author SHA1 Message Date
Eric Fritz
0889c891db
codeintel: Make codenav results more consistent (#54410) 2023-08-09 00:30:07 +00:00
Eric Fritz
e05576d12d
codeintel: Remove unused GraphQL resolvers (#49481) 2023-03-16 15:30:01 -05:00
Keegan Carruthers-Smith
18f487ccaa
all: use any instead of interface{} (#35102)
Now that we require go1.18, we can use a builtin type alias for
"interface{}": "any". I've updated all code except lib, which can be
imported by external modules. That is currently pinned at go1.16.
Additionally I had to rerun generate since rewriting generated go code
will fail CI.

  find -name '*.go' | xargs gofmt -s -r 'interface{} -> any' -w
  git checkout lib
  go generate ./...

Test Plan: CI will exercise that the code still compiles. Otherwise this
is a noop.
2022-05-09 10:59:39 +02:00
Eric Fritz
72fc8aac75
codeintel-qa: Add clear command (#34936) 2022-05-05 19:13:59 +01:00
Eric Fritz
2fe31486ab
codeintel: Add instance state check on query failures in codeintel-qa (#34874) 2022-05-04 04:49:26 -05:00
Eric Fritz
95cbf3c85a
codeintel-qa: Rewrite precise-code-intel-tester (#25412) 2021-10-04 09:46:24 -05:00