-
Notifications
You must be signed in to change notification settings - Fork 62
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
Consistency with integer/value ... #173
Comments
Proposal:
|
+1 and, as per #174, |
And also:
|
|
They're really enum values, just as link-layer types are, so in a sense it's irrelevant, and, unlike link-layer types, where the value is given in decimal, and anything 16-bit that goes beyond 32767 is clearly unsigned, the block type values are given in hex, and those are less often given as signed ( But, by analogy to link-layer types, and to avoid people inadvertently sign-extending and causing problems, I'd vote for unsigned. |
Ok, this (and some others) are updated in PR #178. |
Done. |
We should do some changes for consistency:
The text was updated successfully, but these errors were encountered: