Re: [PATCH wayland] scanner: Add --strict flag

2017-10-12 Thread Jonas Ådahl
On Thu, Oct 12, 2017 at 10:09:43AM +0300, Pekka Paalanen wrote: > On Wed, 11 Oct 2017 17:31:33 +0800 > Jonas Ådahl wrote: > > > Add a --strict flag for making wayland-scanner fail if the DTD > > verification fails. This is useful for testing, so that a test case can > > fail a scan when the proto

Re: [PATCH wayland] scanner: Add --strict flag

2017-10-12 Thread Pekka Paalanen
On Wed, 11 Oct 2017 17:31:33 +0800 Jonas Ådahl wrote: > Add a --strict flag for making wayland-scanner fail if the DTD > verification fails. This is useful for testing, so that a test case can > fail a scan when the protocol doesn't comply with the DTD. > > Signed-off-by: Jonas Ådahl > --- > >

[PATCH wayland] scanner: Add --strict flag

2017-10-11 Thread Jonas Ådahl
Add a --strict flag for making wayland-scanner fail if the DTD verification fails. This is useful for testing, so that a test case can fail a scan when the protocol doesn't comply with the DTD. Signed-off-by: Jonas Ådahl --- This could be used by wayland-protocols (and others) to verify that pro