Re: [PATCH weston 1/2] weston-launch: move function calls out of assert()

2013-03-19 Thread Kristian Høgsberg
On Sat, Mar 09, 2013 at 07:38:56PM +0100, Philipp Brüschweiler wrote: > --- > src/weston-launch.c | 10 +++--- > 1 file changed, 7 insertions(+), 3 deletions(-) Committed. Whie the patch certainly improves the situation, maybe we should just do actual error handling and exit with an error.

Re: [PATCH weston 1/2] weston-launch: move function calls out of assert()

2013-03-16 Thread Jonas Ådahl
On Sat, Mar 9, 2013 at 7:38 PM, Philipp Brüschweiler wrote: > --- > src/weston-launch.c | 10 +++--- > 1 file changed, 7 insertions(+), 3 deletions(-) > > diff --git a/src/weston-launch.c b/src/weston-launch.c > index bc7f8a2..98f0111 100644 > --- a/src/weston-launch.c > +++ b/src/weston-laun

Re: [PATCH weston 1/2] weston-launch: move function calls out of assert()

2013-03-16 Thread Scott Moreau
This looks better, applied to gh next. - Scott On Sat, Mar 9, 2013 at 11:38 AM, Philipp Brüschweiler wrote: > --- > src/weston-launch.c | 10 +++--- > 1 file changed, 7 insertions(+), 3 deletions(-) > > diff --git a/src/weston-launch.c b/src/weston-launch.c > index bc7f8a2..98f0111 100644 >

[PATCH weston 1/2] weston-launch: move function calls out of assert()

2013-03-09 Thread Philipp Brüschweiler
--- src/weston-launch.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/weston-launch.c b/src/weston-launch.c index bc7f8a2..98f0111 100644 --- a/src/weston-launch.c +++ b/src/weston-launch.c @@ -209,6 +209,7 @@ setup_launcher_socket(struct weston_launch *wl) st