sourcegraph/cmd/precise-code-intel-worker
Varun Gandhi 2955bb6cfb
chore: Change errors.HasType to respect multi-errors (#63024)
With this patch, the `errors.HasType` API behaves similar to `Is` and `As`,
where it checks the full error tree instead of just checking a linearized version
of it, as cockroachdb/errors's `HasType` implementation does not respect
multi-errors.

As a consequence, a bunch of relationships between HasType and Is/As that
you'd intuitively expect to hold are now true; see changes to `invariants_test.go`.
2024-06-06 13:02:14 +00:00
..
shared chore: Change errors.HasType to respect multi-errors (#63024) 2024-06-06 13:02:14 +00:00
BUILD.bazel
CODENOTIFY
image_test.yaml
main.go
README.md

Precise code intel worker

The precise-code-intel-worker service converts LSIF upload file into Postgres data. This service is horizontally scalable.