Em Tue, 25 Feb 2025 13:10:19 -0700
Jonathan Corbet escreveu:
> Mauro Carvalho Chehab writes:
>
> > Em Mon, 24 Feb 2025 16:38:58 -0700
> > Jonathan Corbet escreveu:
> >
> >> Mauro Carvalho Chehab writes:
> >>
> >>
> >> I also think you should give consideration to preserving the other
> >>
Mauro Carvalho Chehab writes:
> Em Mon, 24 Feb 2025 16:38:58 -0700
> Jonathan Corbet escreveu:
>
>> Mauro Carvalho Chehab writes:
>>
>>
>> I also think you should give consideration to preserving the other
>> copyright notices in the Perl version. A language translation doesn't
>> remove exi
Em Mon, 24 Feb 2025 16:38:58 -0700
Jonathan Corbet escreveu:
> Mauro Carvalho Chehab writes:
>
> > Maintaining kernel-doc has been a challenge, as there aren't many
> > perl developers among maintainers. Also, the logic there is too
> > complex. Having lots of global variables and using pure fu
Mauro Carvalho Chehab writes:
> Maintaining kernel-doc has been a challenge, as there aren't many
> perl developers among maintainers. Also, the logic there is too
> complex. Having lots of global variables and using pure functions
> doesn't help.
>
> Rewrite the script in Python, placing most gl
Maintaining kernel-doc has been a challenge, as there aren't many
perl developers among maintainers. Also, the logic there is too
complex. Having lots of global variables and using pure functions
doesn't help.
Rewrite the script in Python, placing most global variables
inside classes. This should