Re: [Mesa-dev] [PATCH 03/26] python: Use the Python 3 exception syntax

2018-07-06 Thread Dylan Baker
I've gone ahead and tested (through our CI) and pushed patches 1-3 with the relevant *-bys added from Me, Eric, and Ian. I wanted to get patch 1 merged quickly due to the high chance of conflicts. Dylan Quoting Mathieu Bridon (2018-07-05 06:17:34) > This is compatible with Python versions >= 2.6.

Re: [Mesa-dev] [PATCH 03/26] python: Use the Python 3 exception syntax

2018-07-05 Thread Dylan Baker
Quoting Eric Engestrom (2018-07-05 06:57:59) > On Thursday, 2018-07-05 15:17:34 +0200, Mathieu Bridon wrote: > > This is compatible with Python versions >= 2.6. > > > > Signed-off-by: Mathieu Bridon > > --- > > src/mapi/glapi/gen/glX_XML.py | 2 +- > > src/mapi/glapi/gen/gl_XML.py|

Re: [Mesa-dev] [PATCH 03/26] python: Use the Python 3 exception syntax

2018-07-05 Thread Eric Engestrom
On Thursday, 2018-07-05 15:17:34 +0200, Mathieu Bridon wrote: > This is compatible with Python versions >= 2.6. > > Signed-off-by: Mathieu Bridon > --- > src/mapi/glapi/gen/glX_XML.py | 2 +- > src/mapi/glapi/gen/gl_XML.py| 6 +++--- > src/mapi/glapi/gen/gl_marshal.py| 2 +- >

[Mesa-dev] [PATCH 03/26] python: Use the Python 3 exception syntax

2018-07-05 Thread Mathieu Bridon
This is compatible with Python versions >= 2.6. Signed-off-by: Mathieu Bridon --- src/mapi/glapi/gen/glX_XML.py | 2 +- src/mapi/glapi/gen/gl_XML.py| 6 +++--- src/mapi/glapi/gen/gl_marshal.py| 2 +- src/mapi/glapi/gen/gl_marshal_h.py | 2 +- src/mesa/main/get_hash_generator.p