Re: [Mesa-dev] [PATCH 10/14] util/gen_xmlpool: use a main function

2018-10-31 Thread Dylan Baker
Quoting Emil Velikov (2018-10-31 11:05:44) > On Fri, 26 Oct 2018 at 18:25, Dylan Baker wrote: > > > > Again, just good style > > One could have added the main function to begin with and then add the > args/etc. > Either way, things are starting to read a bit easier. Thanks Historical happenstan

Re: [Mesa-dev] [PATCH 10/14] util/gen_xmlpool: use a main function

2018-10-31 Thread Emil Velikov
On Fri, 26 Oct 2018 at 18:25, Dylan Baker wrote: > > Again, just good style One could have added the main function to begin with and then add the args/etc. Either way, things are starting to read a bit easier. Thanks Reviewed-by: Emil Velikov -Emil _

[Mesa-dev] [PATCH 10/14] util/gen_xmlpool: use a main function

2018-10-26 Thread Dylan Baker
Again, just good style --- src/util/xmlpool/gen_xmlpool.py | 127 +--- 1 file changed, 66 insertions(+), 61 deletions(-) diff --git a/src/util/xmlpool/gen_xmlpool.py b/src/util/xmlpool/gen_xmlpool.py index 9d932f3e85c..a39f9e9e2fa 100644 --- a/src/util/xmlpool/gen_xmlp