Eric Fritz
Eric Fritz
Updates to multi-version upgrades for single-server container. ## Test plan N/A.
Ideas: - [ ] When we catch _no LSIF data_ errors, we should mark that text document as not having LSIF data for a short amount of time and short-circuit...
We're recently discovered some odd behavior when viewing results from go-langserver via the Sourcegraph browser extension. When on a GitHub PR file list in which a Go file has been...
### Plan This issue tracks progress against the proposal [RFC 740: Accept SCIP in the backend](https://docs.google.com/document/d/1PuTYmHYLElYKIEW0sSAAUbXf7XtnsMdEq3EshD-O7do). This work changes our backend to accept SCIP payloads over LSIF, and store the...
Pulled from #51690. This PR differentiates positional and non-positional service methods. We add a new entrypoint that can resolve definitions by symbol name (rather than by position). ## Test plan...
Not sure what is going on here, but we're getting a bunch of invalid references when hovering over some tokens in the following apache/arrow project (from an auto-uploaded index on...
When I enable streaming it seems that the tool use JSON payload is sent as part of the `content` field of the `ChatResponse` value and `tool_calls` remains empty. Disabling streaming...
We're seeing errors similar to `error: unrecognized import path "phabricator.example.com/source/project"` when running over code with non-public dependency. Currently waiting for additional customer input so we can find out the common...
See `./internal/testdata/internal/shouldvisit/tests_separate/pkg_test.go`. The `foo` identifier is not linked to the `foo` definition in the `pkg` package.
For a definition like the following, we should emit multiple monikers for each of the leaf fields: ``` type Example struct { a, b, c struct { x int y...