-
Notifications
You must be signed in to change notification settings - Fork 643
PBTS: Address latest comments on #2231 #2326
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
Comments
relates to #2324 |
I'm wondering about nullable wrapped integer fields like the new |
@mzabaluev that is not possible, as 0 means "disabled", on both "enable height" fields. @cason @lasarojc an alternative, which I am thinking of (I'm angry it didn't occur to me earlier), would be adding booleans in the struct rather than wrapping the values. The boolean set to false, meaning "disregard" |
But to set a value, you have to configure the new height and set the corresponding boolean to true? |
@cason yes that's the idea. Similar to the bitarray that @mzabaluev proposed in another comment |
The only pending comment, added here by @mzabaluev , will be handled in the context of #2063 (it was added as a task there) |
#2231 was merged to enabled depending PRs to be further worked, but there are some improvements raised by later reviews that should be addressed, probably the most important being the need for extending the UTs.
The text was updated successfully, but these errors were encountered: