Re: [Mesa-dev] [PATCH] mesa: improve error messaging for format CSV parser

2015-01-26 Thread Jason Ekstrand
On Mon, Jan 26, 2015 at 2:35 AM, Tapani Pälli wrote: > Patch adds 2 error messages that point user directly to fix > mispelled or impossible swizzle field for a format. > > Signed-off-by: Tapani Pälli > --- > src/mesa/main/format_info.py | 2 +- > src/mesa/main/format_parser.py | 7 ++- >

[Mesa-dev] [PATCH] mesa: improve error messaging for format CSV parser

2015-01-26 Thread Tapani Pälli
Patch adds 2 error messages that point user directly to fix mispelled or impossible swizzle field for a format. Signed-off-by: Tapani Pälli --- src/mesa/main/format_info.py | 2 +- src/mesa/main/format_parser.py | 7 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/me