Re: [libvirt] [PATCH v3 04/22] build-aux: rewrite duplicate header checker in Python

2019-09-26 Thread Daniel P . Berrangé
On Thu, Sep 26, 2019 at 02:46:50PM +0200, Erik Skultety wrote: > On Tue, Sep 24, 2019 at 03:58:45PM +0100, Daniel P. Berrangé wrote: > > As part of an goal to eliminate Perl from libvirt build tools, > > rewrite the prohibit-duplicate-header.pl tool in Python. > > > > This was a straight

Re: [libvirt] [PATCH v3 04/22] build-aux: rewrite duplicate header checker in Python

2019-09-26 Thread Erik Skultety
On Tue, Sep 24, 2019 at 03:58:45PM +0100, Daniel P. Berrangé wrote: > As part of an goal to eliminate Perl from libvirt build tools, > rewrite the prohibit-duplicate-header.pl tool in Python. > > This was a straight conversion, manually going line-by-line to > change the syntax from Perl to

[libvirt] [PATCH v3 04/22] build-aux: rewrite duplicate header checker in Python

2019-09-24 Thread Daniel P . Berrangé
As part of an goal to eliminate Perl from libvirt build tools, rewrite the prohibit-duplicate-header.pl tool in Python. This was a straight conversion, manually going line-by-line to change the syntax from Perl to Python. Thus the overall structure of the file and approach is the same.