Skip to content

Fix: add warning on int64/uint64 precision loss in Javascript#41

Merged
alexluck-sift merged 2 commits into
mainfrom
luck/fix/warn-on-int64-precision
Dec 16, 2025
Merged

Fix: add warning on int64/uint64 precision loss in Javascript#41
alexluck-sift merged 2 commits into
mainfrom
luck/fix/warn-on-int64-precision

Conversation

@alexluck-sift
Copy link
Copy Markdown
Contributor

@alexluck-sift alexluck-sift commented Dec 16, 2025

Pull Request

Description

Adds check for uint64 and int64 channel values and sends warning to Grafana frontend if they exceed Javascript's displayable range.

Type of change

Please check the boxes that apply to this pull request.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes.

  • Adds test cases

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

Screenshots (if applicable)

Screenshot 2025-12-16 at 09 50 47

@alexluck-sift alexluck-sift merged commit c421271 into main Dec 16, 2025
11 checks passed
@alexluck-sift alexluck-sift deleted the luck/fix/warn-on-int64-precision branch December 16, 2025 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants