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

Change the type of size to be u64 #203

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

cgwalters
Copy link
Contributor

Sizes cannot be negative.

This is a semver break; and yes the type inference fallout is a minor annoyance, but this is a notable improvement for code which is accepting Descriptor objects and interacting with other things on the filesystem that operate in terms of u64 typically.

Sizes cannot be negative.

This is a semver break; and yes the type inference fallout
is a minor annoyance, but this is a notable improvement
for code which is accepting `Descriptor` objects and
interacting with other things on the filesystem that operate
in terms of `u64` typically.

Signed-off-by: Colin Walters <walters@verbum.org>
@cgwalters cgwalters merged commit 57570dd into youki-dev:main Aug 28, 2024
14 of 15 checks passed
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.

2 participants