Re: [Mesa-dev] [PATCH 01/14] util/gen_xmlpool: use argparse for argument handling

2018-10-31 Thread Dylan Baker
Quoting Emil Velikov (2018-10-31 11:32:29) > On Wed, 31 Oct 2018 at 18:11, Dylan Baker wrote: > > > > Quoting Emil Velikov (2018-10-31 10:47:53) > > > On Fri, 26 Oct 2018 at 18:25, Dylan Baker wrote: > > > > > > > > This is a little cleaner than just looking at sys.argv, but it's also > > > > goi

Re: [Mesa-dev] [PATCH 01/14] util/gen_xmlpool: use argparse for argument handling

2018-10-31 Thread Emil Velikov
On Wed, 31 Oct 2018 at 18:11, Dylan Baker wrote: > > Quoting Emil Velikov (2018-10-31 10:47:53) > > On Fri, 26 Oct 2018 at 18:25, Dylan Baker wrote: > > > > > > This is a little cleaner than just looking at sys.argv, but it's also > > > going to allow us to handle the differences in the way meson

Re: [Mesa-dev] [PATCH 01/14] util/gen_xmlpool: use argparse for argument handling

2018-10-31 Thread Dylan Baker
Quoting Emil Velikov (2018-10-31 10:47:53) > On Fri, 26 Oct 2018 at 18:25, Dylan Baker wrote: > > > > This is a little cleaner than just looking at sys.argv, but it's also > > going to allow us to handle the differences in the way meson and > > autotools handle translations more cleanly. > > > > R

Re: [Mesa-dev] [PATCH 01/14] util/gen_xmlpool: use argparse for argument handling

2018-10-31 Thread Emil Velikov
On Fri, 26 Oct 2018 at 18:25, Dylan Baker wrote: > > This is a little cleaner than just looking at sys.argv, but it's also > going to allow us to handle the differences in the way meson and > autotools handle translations more cleanly. > > Reviewed-by: Eric Engestrom > --- > src/util/xmlpool/gen

[Mesa-dev] [PATCH 01/14] util/gen_xmlpool: use argparse for argument handling

2018-10-26 Thread Dylan Baker
This is a little cleaner than just looking at sys.argv, but it's also going to allow us to handle the differences in the way meson and autotools handle translations more cleanly. Reviewed-by: Eric Engestrom --- src/util/xmlpool/gen_xmlpool.py | 20 +--- 1 file changed, 9 insertio

Re: [Mesa-dev] [PATCH 01/14] util/gen_xmlpool: use argparse for argument handling

2018-10-26 Thread Dylan Baker
I don't really understand what happened, but the rest of the series sent as blank emails, mailman got very grumpy with me and gave me a temp ban for it :/ I'll resend the whole series with your rb on this patch. Dylan Quoting Eric Engestrom (2018-10-26 04:30:01) > On Thursday, 2018-10-25 13:12:0

Re: [Mesa-dev] [PATCH 01/14] util/gen_xmlpool: use argparse for argument handling

2018-10-26 Thread Eric Engestrom
On Thursday, 2018-10-25 13:12:04 -0700, Dylan Baker wrote: > This is a little cleaner than just looking at sys.argv, but it's also > going to allow us to handle the differences in the way meson and > autotools handle translations more cleanly. Can't see the rest of this series (it's not in the mai

[Mesa-dev] [PATCH 01/14] util/gen_xmlpool: use argparse for argument handling

2018-10-25 Thread Dylan Baker
This is a little cleaner than just looking at sys.argv, but it's also going to allow us to handle the differences in the way meson and autotools handle translations more cleanly. --- src/util/xmlpool/gen_xmlpool.py | 20 +--- 1 file changed, 9 insertions(+), 11 deletions(-) diff -