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(hlapi): separate hlapi compressed list from integer #1902

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tmontaigu
Copy link
Contributor

This makes the HLAPI's compressed list use lower level struct (from shortint) rather than integer, this will allow the list to store non integer data.

closes: please link all relevant issues

Check-list:

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • Relevant issues are marked as resolved/closed, related issues are linked in the description
  • Check for breaking changes (including serialization changes) and add them to commit message following the conventional commit specification

This makes the HLAPI's compressed list use lower level
struct (from shortint) rather than integer, this will allow
the list to store non integer data.
@cla-bot cla-bot bot added the cla-signed label Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant