[PATCH] sim: common: change gennltvals helper to Python

Mike Frysinger vapier@gentoo.org
Tue Jan 19 16:01:27 GMT 2021


On 19 Jan 2021 13:10, Lancelot SIX wrote:
> Le Mon, Jan 18, 2021 at 11:02:49PM -0500, Mike Frysinger via Gdb-patches a écrit :
> > +def gentvals(output: TextIO, cpp: str, srctype: str, srcdir: Path,
> > +             headers: Iterable[str],
> > +             pattern,
> 
> This is a super tiny comment but you forgot the str type annotatin for
> pattern.

thanks, i was playing around with passing in a Pattern, but ended at this.
i'll add the str type now.
-mike


More information about the Gdb-patches mailing list