Re: [PATCH wayland 1/3] Pass input/output files as arguments to wayland-scanner

2017-08-18 Thread Pekka Paalanen
On Wed, 26 Jul 2017 15:57:19 +0100 Emil Velikov wrote: > On 3 July 2017 at 10:16, Jonas Ådahl wrote: > > When input/output files are passed as arguments to wayland-scanner, > > instead of using stdin/stdout, warning and error messages will contain > > the file name, together with line number, of

Re: [PATCH wayland 1/3] Pass input/output files as arguments to wayland-scanner

2017-07-28 Thread Emil Velikov
On 27 July 2017 at 13:53, Pekka Paalanen wrote: > On Wed, 26 Jul 2017 15:57:19 +0100 > Emil Velikov wrote: > >> On 3 July 2017 at 10:16, Jonas Ådahl wrote: >> > When input/output files are passed as arguments to wayland-scanner, >> > instead of using stdin/stdout, warning and error messages will

Re: [PATCH wayland 1/3] Pass input/output files as arguments to wayland-scanner

2017-07-27 Thread Pekka Paalanen
On Wed, 26 Jul 2017 15:57:19 +0100 Emil Velikov wrote: > On 3 July 2017 at 10:16, Jonas Ådahl wrote: > > When input/output files are passed as arguments to wayland-scanner, > > instead of using stdin/stdout, warning and error messages will contain > > the file name, together with line number, of

Re: [PATCH wayland 1/3] Pass input/output files as arguments to wayland-scanner

2017-07-26 Thread Emil Velikov
On 3 July 2017 at 10:16, Jonas Ådahl wrote: > When input/output files are passed as arguments to wayland-scanner, > instead of using stdin/stdout, warning and error messages will contain > the file name, together with line number, of the warning/error. Doing > this helps IDEs jump to the correct l

Re: [PATCH wayland 1/3] Pass input/output files as arguments to wayland-scanner

2017-07-24 Thread Pekka Paalanen
On Mon, 3 Jul 2017 17:16:44 +0800 Jonas Ådahl wrote: > When input/output files are passed as arguments to wayland-scanner, > instead of using stdin/stdout, warning and error messages will contain > the file name, together with line number, of the warning/error. Doing > this helps IDEs jump to th

[PATCH wayland 1/3] Pass input/output files as arguments to wayland-scanner

2017-07-03 Thread Jonas Ådahl
When input/output files are passed as arguments to wayland-scanner, instead of using stdin/stdout, warning and error messages will contain the file name, together with line number, of the warning/error. Doing this helps IDEs jump to the correct line. Signed-off-by: Jonas Ådahl --- Makefile.am