You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If variable named payload it should be _z_bytes_t (or z_owned_bytes_t, z_loaned_bytes_t in API)
If at the level of abstraction under consideration we can forget about _z_bytes_t and we can honestly consider memory as a solid piece (aka _z_slice_t), then the variable name should not be payload to avoid confusion.
There should also be no variables with the name bytes and type _z_slice_t
The text was updated successfully, but these errors were encountered:
Describe the release item
If variable named payload it should be _z_bytes_t (or z_owned_bytes_t, z_loaned_bytes_t in API)
If at the level of abstraction under consideration we can forget about _z_bytes_t and we can honestly consider memory as a solid piece (aka _z_slice_t), then the variable name should not be payload to avoid confusion.
There should also be no variables with the name bytes and type _z_slice_t
The text was updated successfully, but these errors were encountered: