Re: [PATCH b4 0/2] review-tui: handle null Patchwork series names
Konstantin Ryabitsev <[email protected]> Mon, 27 Jul 2026 19:35:07 +0000
| Newsgroups | org.kernel.linux.tools |
|---|---|
| Message-ID | <178518090729.2892443.16354282025890216859.b4-ty@b4> |
On Tue, 30 Jun 2026 15:41:31 +0200, Christian Brauner wrote:
> review-tui: handle null Patchwork series names
>
> Patchwork returns "name": null for a series posted without a cover
> letter. The review TUI's Patchwork app read that field with
> series.get('name', '(no subject)') in several places, but the dict
> default only applies when the key is absent. A present-but-None
> value passes straight through unchanged.
>
> [...]
Applied, thanks!
[1/2] review-tui: fall back to '(no subject)' for null Patchwork series names
commit: 25a3798675be8a6622f59335c5ef7a8d9077643d
[2/2] review-tui: test null Patchwork series name in bulk set-state
commit: b0fae61561675f1eb013d14ae4b1cdeb07c1ad83
Best regards,
--
Konstantin Ryabitsev <[email protected]>