Re: [Mesa-dev] [PATCH v2 7/9] python: Simplify list sorting

2018-08-09 Thread Dylan Baker
All patches up to here (including this one) have been pushed to master. I had comments on patch 8, and I want to follow up with our CI team to make sure we have all the dependencies for python 3 in our CI. Dylan Quoting Mathieu Bridon (2018-08-09 01:27:24) > Instead of copying the list, then sort

Re: [Mesa-dev] [PATCH v2 7/9] python: Simplify list sorting

2018-08-09 Thread Eric Engestrom
On Thursday, 2018-08-09 10:27:24 +0200, Mathieu Bridon wrote: > Instead of copying the list, then sorting the copy in-place, we can just > get a new sorted copy directly. > > Signed-off-by: Mathieu Bridon 4-7 are Reviewed-by: Eric Engestrom > --- > src/mapi/mapi_abi.py | 6 ++ > 1 file ch

[Mesa-dev] [PATCH v2 7/9] python: Simplify list sorting

2018-08-09 Thread Mathieu Bridon
Instead of copying the list, then sorting the copy in-place, we can just get a new sorted copy directly. Signed-off-by: Mathieu Bridon --- src/mapi/mapi_abi.py | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/mapi/mapi_abi.py b/src/mapi/mapi_abi.py index d4c48ec430..