sourcegraph/lib/codeintel
Jean-Hadrien Chabran a0bcbc4986
bzl: bazlify lsif/protocol stringer uses (#54517)
Creates a `go_stringer` macro and replace lsif code that used a
`go:generate` + stringer. Because this generates Go code, it's still
better to have the generated code versioned, as it doesn't require
everyone to configure `gopls` so it plays nicely with Bazel.

This also introduces a `//dev:write_all` target that calls all known
targets that write back to the source tree.

## Test plan

<!-- All pull requests REQUIRE a test plan:
https://docs.sourcegraph.com/dev/background-information/testing_principles
-->

CI
2023-07-03 15:01:17 +02:00
..
autoindex/config ci: re-enable race detection (#52776) 2023-06-05 20:41:47 +02:00
languages scip-ctags: add Python, Java and C# (#52880) 2023-06-12 06:47:13 -04:00
lsif bzl: bazlify lsif/protocol stringer uses (#54517) 2023-07-03 15:01:17 +02:00
pathexistence ci: re-enable race detection (#52776) 2023-06-05 20:41:47 +02:00
precise ci: re-enable race detection (#52776) 2023-06-05 20:41:47 +02:00
tools ci: re-enable race detection (#52776) 2023-06-05 20:41:47 +02:00
upload ci: re-enable race detection (#52776) 2023-06-05 20:41:47 +02:00
CODENOTIFY codeintel: Move semantic/repl to tools/lsif-repl (#20971) 2021-05-14 08:55:29 -05:00