Re: [PATCHv2 wayland 0/8] wayland-scanner: produce code with c99 initializers

2018-06-20 Thread Emil Velikov
On 20 June 2018 at 11:23, Pekka Paalanen wrote: > On Tue, 19 Jun 2018 17:43:47 +0100 > Emil Velikov wrote: > >> On 18 June 2018 at 11:36, Pekka Paalanen wrote: >> > On Thu, 14 Jun 2018 16:49:37 +0100 >> > Emil Velikov wrote: >> > >> >> Hi all, >> >> >> >> Here's a take v2 of the series, with th

Re: [PATCHv2 wayland 0/8] wayland-scanner: produce code with c99 initializers

2018-06-20 Thread Pekka Paalanen
On Tue, 19 Jun 2018 17:43:47 +0100 Emil Velikov wrote: > On 18 June 2018 at 11:36, Pekka Paalanen wrote: > > On Thu, 14 Jun 2018 16:49:37 +0100 > > Emil Velikov wrote: > > > >> Hi all, > >> > >> Here's a take v2 of the series, with the following changes: > >> - don't trim trailing NULL entri

Re: [PATCHv2 wayland 0/8] wayland-scanner: produce code with c99 initializers

2018-06-19 Thread Emil Velikov
On 18 June 2018 at 11:36, Pekka Paalanen wrote: > On Thu, 14 Jun 2018 16:49:37 +0100 > Emil Velikov wrote: > >> Hi all, >> >> Here's a take v2 of the series, with the following changes: >> - don't trim trailing NULL entries from the wl_interfaces* array >> - updated tests - separate patches to

Re: [PATCHv2 wayland 0/8] wayland-scanner: produce code with c99 initializers

2018-06-18 Thread Pekka Paalanen
On Thu, 14 Jun 2018 16:49:37 +0100 Emil Velikov wrote: > Hi all, > > Here's a take v2 of the series, with the following changes: > - don't trim trailing NULL entries from the wl_interfaces* array > - updated tests - separate patches to ease review, to be squashed > > On the question of why, d

[PATCHv2 wayland 0/8] wayland-scanner: produce code with c99 initializers

2018-06-14 Thread Emil Velikov
Hi all, Here's a take v2 of the series, with the following changes: - don't trim trailing NULL entries from the wl_interfaces* array - updated tests - separate patches to ease review, to be squashed On the question of why, despite the aesthetics these patches make the generated files actually u