Re: [PATCH v7 0/7] rust: reduce `as` casts, enable related lints
From: Tamir Duberstein
Date: Tue Mar 25 2025 - 19:32:31 EST
On Tue, Mar 25, 2025 at 4:23 PM Miguel Ojeda
<miguel.ojeda.sandonis@xxxxxxxxx> wrote:
>
> On Tue, Mar 25, 2025 at 9:07 PM Tamir Duberstein <tamird@xxxxxxxxx> wrote:
> >
> > Changes in v7:
> > - Add patch to enable `clippy::ref_as_ptr`.
> > - Link to v6: https://lore.kernel.org/r/20250324-ptr-as-ptr-v6-0-49d1b7fd4290@xxxxxxxxx
>
> Please slow down -- at least wait a few days between revisions (unless
> there is a particular reason that requires it, of course).
Thanks, certainly no urgency here. In this particular case this isn't
a true revision: the difference between v7 and v6 is the presence of
an additional patch.
> We are in the merge window anyway, so there is no urgency to resend
> since these cannot go in, and you may want to rebase on top of -rc1
> when it gets released so that you can cover most/all cases added by
> then.
While it's true that this won't be picked up for some time (and that's
ok), I wanted to get Benno's eyes on it sooner than later. Is there a
workflow (within the mailing list) for such a case, or do folks go out
of band in this situation?
Thanks!
Tamir