On 9/29/2025 8:28 AM, Alexandre Courbot wrote: > On Sun Sep 21, 2025 at 3:22 AM JST, Joel Fernandes wrote: >> Add support for custom visiblity to allow for users to control visibility >> of the structure and helpers. >> >> Reviewed-by: Elle Rhumsaa <[email protected]> >> Signed-off-by: Joel Fernandes <[email protected]> > > Just one comment below; otherwise > > Reviewed-by: Alexandre Courbot <[email protected]> Thanks. >> @@ -161,8 +164,14 @@ fn from(val: $storage) -> Self { >> >> #[allow(dead_code)] >> impl $name { >> + /// Returns the raw underlying value >> + #[inline(always)] >> + $vis fn raw(&self) -> $storage { >> + self.0 >> + } >> + > > Why does this new method suddenly appears in this patch? Actually I've removed this already in v5, sorry about that. - Joel
- Re: [PATCH v4 2/6] nova-core: bitfield: Add sup... Joel Fernandes
- [PATCH v4 6/6] rust: bitfield: Use 'as' operator for set... Joel Fernandes
- Re: [PATCH v4 6/6] rust: bitfield: Use 'as' operato... Joel Fernandes
- Re: [PATCH v4 6/6] rust: bitfield: Use 'as' operato... Alexandre Courbot
- Re: [PATCH v4 6/6] rust: bitfield: Use 'as' ope... Joel Fernandes
- Re: [PATCH v4 6/6] rust: bitfield: Use 'as' operato... Alexandre Courbot
- Re: [PATCH v4 6/6] rust: bitfield: Use 'as' ope... Joel Fernandes
- Re: [PATCH v4 6/6] rust: bitfield: Use 'as' ope... Miguel Ojeda
- [PATCH v4 3/6] nova-core: bitfield: Add support for cust... Joel Fernandes
- Re: [PATCH v4 3/6] nova-core: bitfield: Add support... Alexandre Courbot
- Re: [PATCH v4 3/6] nova-core: bitfield: Add sup... Joel Fernandes
- [PATCH v4 1/6] nova-core: bitfield: Move bitfield-specif... Joel Fernandes
- Re: [PATCH v4 1/6] nova-core: bitfield: Move bitfie... Greg KH
- Re: [PATCH v4 1/6] nova-core: bitfield: Move bi... Greg KH
- Re: [PATCH v4 1/6] nova-core: bitfield: Move bi... Benno Lossin
- Re: [PATCH v4 1/6] nova-core: bitfield: Mov... Greg KH
- Re: [PATCH v4 1/6] nova-core: bitfield:... Danilo Krummrich
- Re: [PATCH v4 1/6] nova-core: bitf... Greg KH
- Re: [PATCH v4 1/6] nova-core: ... Danilo Krummrich
- Re: [PATCH v4 1/6] nova-core: ... Greg KH
- Re: [PATCH v4 1/6] nova-core: ... Yury Norov
