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

Move CompactLength into it's own module #787

Merged
merged 1 commit into from
Jan 11, 2025

Conversation

nicoburns
Copy link
Collaborator

@nicoburns nicoburns commented Jan 11, 2025

Objective

The code in CompactLength involves tricky bit manipulation. Best to have it in it's own module, partially just for readability, but partially because it prevents other code from peeking into it's internals (makes it's private field truly private).

Making this a separate PR because moving code between files while also changing the code always makes the diff hard to follow.

@nicoburns nicoburns added the code quality Make the code cleaner or prettier. label Jan 11, 2025
@nicoburns nicoburns force-pushed the compact-length-module branch from a477471 to 2d4a96e Compare January 11, 2025 01:53
@nicoburns nicoburns enabled auto-merge (squash) January 11, 2025 01:54
@nicoburns nicoburns merged commit 6740b9e into DioxusLabs:main Jan 11, 2025
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code quality Make the code cleaner or prettier.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant