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

64 bit serializers #4257

Merged
merged 10 commits into from Jul 12, 2022
Merged

64 bit serializers #4257

merged 10 commits into from Jul 12, 2022

Conversation

pbiggar
Copy link
Member

@pbiggar pbiggar commented Jul 11, 2022

This fixes serializers on the frontend and backends to support 64bit values in ids (which are uint64 on the backend and strings on the frontend) and DInts (which have now been made 64 bit on the frontend, to match the backend).

64 bit numbers now work in analysis, as we can see below:
image

This is a precursor to making #4254 work properly, as I discovered the serialization issues there (see the discussion in that PR).

@pbiggar pbiggar marked this pull request as ready for review July 11, 2022 14:05
Copy link
Member

@StachuDotNet StachuDotNet left a comment

Choose a reason for hiding this comment

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

Looks good; just 1 Debug.loG that may have been left accidentally, noted.

@pbiggar
Copy link
Member Author

pbiggar commented Jul 12, 2022

Rebased, will merge after giving it a further look to ensure the rebase went well.

@pbiggar pbiggar merged commit a47dbb3 into main Jul 12, 2022
@pbiggar pbiggar deleted the paul/64-bit-serializers branch July 12, 2022 18:37
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.

None yet

2 participants