-
Notifications
You must be signed in to change notification settings - Fork 0
Add defensive normalization for variant API range values #1
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
Add defensive normalization for variant API range values #1
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Note Free review on us!CodeRabbit is offering free reviews until Wed Dec 17 2025 to showcase some of the refinements we've made. Comment |
Co-authored-by: abhalala <121454781+abhalala@users.noreply.github.com>
Co-authored-by: abhalala <121454781+abhalala@users.noreply.github.com>
Co-authored-by: abhalala <121454781+abhalala@users.noreply.github.com>
|
@copilot This is not passing all the builds and tests. |
|
@copilot This is not passing all the builds and tests (github ci, docke rbuilds), fix them. |
…compilation Co-authored-by: abhalala <121454781+abhalala@users.noreply.github.com>
Co-authored-by: abhalala <121454781+abhalala@users.noreply.github.com>
Fixed the Docker build and GitHub CI failures. The issue was duplicate TypeScript declarations in test files causing compilation errors. Changes made (commit 5ca9af4):
The Docker build should now pass - all test-related TypeScript errors have been resolved while preserving the test functionality. |
abhalala
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, as long as it compiles on the gh ci builds. Commit it
Implementation Plan: Variant Range Normalization
rangevalues/api/variant/allendpointOriginal prompt
This pull request was created as a result of the following prompt from Copilot chat.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.