Re: [PATCH 0/4] scripts: generate_rust_analyzer.py: tidy and add type hints
From: Tamir Duberstein
Date: Fri Jan 30 2026 - 14:57:16 EST
On Thu, Jan 22, 2026 at 12:30 PM Tamir Duberstein <tamird@xxxxxxxxxx> wrote:
>
> This series adds type annotations to generate_rust_analyzer.py. It is a
> subset of an earlier series[0] with formatting-only and drive-by patches
> removed (I sent some of these as separate single-patch series).
>
> The final commit leverages type hints to tidy the implementation. It
> could be done separately from this series, but serves as a nice
> demonstration.
>
> Link: https://lore.kernel.org/all/20250424-rust-analyzer-host-v6-0-40e67fe5c38a@xxxxxxxxx/ [0]
>
> Signed-off-by: Tamir Duberstein <tamird@xxxxxxxxxx>
Applied to rust-analyzer-next, thanks all!