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

refactor: Remove Math.nextUp call in QueryConstants #5747

Merged
merged 4 commits into from
Jul 11, 2024

Conversation

niloc132
Copy link
Member

Math.nextUp is not presently usable in GWT, so this patch lets the JS API share QueryConstants and ensures that the MIN_FINITE values are correct, without actually initializing them via a call to Math.nextUp.

Partial #188

Math.nextUp is not presently usable in GWT, so this patch lets the JS
API share QueryConstants and ensures that the MIN_FINITE values are
correct, without actually initializing them via a call to Math.nextUp.

Partial deephaven#188
@niloc132 niloc132 added this to the 0.36.0 milestone Jul 10, 2024
@niloc132 niloc132 requested a review from rcaudy July 10, 2024 00:51
@niloc132 niloc132 self-assigned this Jul 10, 2024
Copy link
Member

@rcaudy rcaudy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some paranoid test proposals.

niloc132 and others added 3 commits July 10, 2024 07:44
@niloc132 niloc132 merged commit 2e835ce into deephaven:main Jul 11, 2024
16 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jul 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants