Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support a build identifier for identifying different builds of the same (code, rev, path, language) tuples #232

Open
varungandhi-src opened this issue Apr 3, 2023 · 0 comments

Comments

@varungandhi-src
Copy link
Contributor

Specifically, if one has an x86_64 Linux build and arm64 macOS build, it would be useful for code nav data to include the build identifier. Thoughts on how this build identifier would be used etc.

  1. The build identifier would be a new string field in SCIP, not a part of src-cli. That way any tool inspecting an index has access to the build identifier.
  2. The build identifier would be used to identify when an upload overrides another upload.
  3. The build identifier would be exposed in the UI (maybe only for repos which have non-empty build identifiers?). This would allow a user to select the build in some way, and then code intel requests from the frontend to the backend would also include the build identifier (in addition the the revision etc.).
@varungandhi-src varungandhi-src changed the title Support extra build identifiers in the composite key for identifying uploads Support a build identifier for identifying different builds of the same (code, rev, path, language) tuples Apr 3, 2023
@varungandhi-src varungandhi-src transferred this issue from sourcegraph/sourcegraph-public-snapshot Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant