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

Document that field values are truncated before writing them #18

Closed
hannobraun opened this issue Sep 7, 2018 · 0 comments
Closed

Document that field values are truncated before writing them #18

hannobraun opened this issue Sep 7, 2018 · 0 comments
Labels
good first issue Good for newcomers type: enhancement New feature or request

Comments

@hannobraun
Copy link
Contributor

Many fields use data types that are too large to fit into the field (like using u8 for a field of 3 bits). The field access code truncates values before writing them to a field. This should be documented somewhere.

@hannobraun hannobraun added the type: enhancement New feature or request label Sep 7, 2018
@hannobraun hannobraun added the good first issue Good for newcomers label Sep 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant