Re: [Mesa-dev] [PATCH 3/3] mesa: Fix backward compatbility for XML parser

2017-08-17 Thread Nicolai Hähnle
On 17.08.2017 04:20, QuRyu wrote: After changing the type of drirc values, the parser will be unable to recognize xml files before the change. To achieve backward compatbility, Spelling: compatibility The commit message is good, though I would say "... will be unable to recognize xml files

[Mesa-dev] [PATCH 3/3] mesa: Fix backward compatbility for XML parser

2017-08-16 Thread QuRyu
After changing the type of drirc values, the parser will be unable to recognize xml files before the change. To achieve backward compatbility, the parser is relaxed to recognize boolean type options with enum values. --- src/util/xmlconfig.c | 22 -- 1 file changed, 20