Re: Patchwork missing the rest of the series (Re: [PATCH wayland 0/3] Restore DTD and use wayland-scanner to validate)

2015-11-11 Thread Pekka Paalanen
On Tue, 10 Nov 2015 11:35:35 + Damien Lespiau wrote: > On Mon, Nov 09, 2015 at 11:25:17AM +0200, Pekka Paalanen wrote: > > Hi Damien, > > Hi Pekka, > > > I just noticed that from this patch series of three, only 1/3 shows up > > in Patchwork as http://patchwork.freedesktop.org/patch/64191/

Re: Patchwork missing the rest of the series (Re: [PATCH wayland 0/3] Restore DTD and use wayland-scanner to validate)

2015-11-10 Thread Damien Lespiau
On Mon, Nov 09, 2015 at 11:25:17AM +0200, Pekka Paalanen wrote: > Hi Damien, Hi Pekka, > I just noticed that from this patch series of three, only 1/3 shows up > in Patchwork as http://patchwork.freedesktop.org/patch/64191/ . > The rest are: > http://lists.freedesktop.org/archives/wayland-devel/2

Patchwork missing the rest of the series (Re: [PATCH wayland 0/3] Restore DTD and use wayland-scanner to validate)

2015-11-09 Thread Pekka Paalanen
Hi Damien, I just noticed that from this patch series of three, only 1/3 shows up in Patchwork as http://patchwork.freedesktop.org/patch/64191/ . The rest are: http://lists.freedesktop.org/archives/wayland-devel/2015-November/025336.html http://lists.freedesktop.org/archives/wayland-devel/2015-Nov

[PATCH wayland 0/3] Restore DTD and use wayland-scanner to validate

2015-11-08 Thread Peter Hutterer
This patchset restores the dtd (and adds a new element "description" to the tag) and adds the validation bits. Since expat doesn't validate, a second library is used (libxml2). To avoid breakage, it's hooked up independently of the current parser, so we essentially just parse the input twice, spi