Bylaw Changes Vote

2019-03-14 Thread Wentland, Harry
To all X.Org Foundation Members: My previous emails about the 2019 X.Org elections failed to mention on important ballot items that we'd like to vote on, in addition to the new board members: the Bylaw change The updated Bylaws to be voted on can be found here: https://gitlab.freedesktop.org/

2019 X.Org Foundation Election Delayed

2019-03-14 Thread Wentland, Harry
To all X.Org Foundation Members: In order to give members more time to process the proposed changes to the bylaw the elections committee decided to delay the start of voting by one week. Updated Schedule: Nomination period Start: Jan 31 00:00 UTC Nomination period End: Feb 28 23:59 UTC Dea

Re: 2019 X.Org Foundation Election Candidates

2019-03-14 Thread Wentland, Harry
On 2019-03-14 4:40 p.m., Luc Verhaegen wrote: > On Thu, Mar 14, 2019 at 08:36:13PM +, Wentland, Harry wrote: >> On 2019-03-12 6:49 a.m., Luc Verhaegen wrote: >>> >>> Are these candidates the only thing we will be voting on? >>> >> >> You're right. The FDO question totally slipped me mind. >> >>

Re: 2019 X.Org Foundation Election Candidates

2019-03-14 Thread Luc Verhaegen
On Thu, Mar 14, 2019 at 08:36:13PM +, Wentland, Harry wrote: > On 2019-03-12 6:49 a.m., Luc Verhaegen wrote: > > > > Are these candidates the only thing we will be voting on? > > > > You're right. The FDO question totally slipped me mind. > > We'll also be voting on the bylaw change I sent

Re: 2019 X.Org Foundation Election Candidates

2019-03-14 Thread Wentland, Harry
On 2019-03-12 6:49 a.m., Luc Verhaegen wrote: > On Tue, Mar 12, 2019 at 12:24:00AM +, Wentland, Harry wrote: >> To all X.Org Foundation Members: >> >> The election for the X.Org Foundation Board of Directors will begin on >> 14 March 2019. We have 6 candidates who are running for 4 seats. They

Re: Clang format config for Weston

2019-03-14 Thread Harish Krupo
Hi, I dumped the llvm configuration from clang-format, edited it and pruned all the unneeded configs (like configs for other langauges). I have to agree with Simon. It is indeed impossible to be able to get the requirements exactly right with clang. I managed to get almost all the configs right bu

Re: Clang format config for Weston

2019-03-14 Thread Harish Krupo
Hi Simon, Simon Ser writes: > On Thursday, March 14, 2019 12:20 PM, Harish Krupo > wrote: > >> Hi Pekka, >> >> Pekka Paalanen ppaala...@gmail.com writes: >> >> > On Thu, 14 Mar 2019 16:01:08 +0530 >> > Harish Krupo harish.krupo@intel.com wrote: >> > >> > > Hi, >> > > I have written a clang

Re: Clang format config for Weston

2019-03-14 Thread Harish Krupo
Pekka Paalanen writes: > On Thu, 14 Mar 2019 18:11:47 +0530 > Harish Krupo wrote: > >> Pekka Paalanen writes: > >> > FYI, one thing I would never want to see in a patch is adding >> > '/* clang-format off */' kind of directives into code. >> > >> >> /* clang-format off */ directive is suppo

Re: [RFC wayland-protocols v2 0/1] Color Management Protocol

2019-03-14 Thread Erwin Burema
On Thu, 14 Mar 2019 at 14:04, Pekka Paalanen wrote: > > On Thu, 14 Mar 2019 13:27:45 +0100 > Erwin Burema wrote: > > > On Thu, 14 Mar 2019 at 12:29, Pekka Paalanen wrote: > > > > > > On Wed, 13 Mar 2019 15:50:40 +0100 > > > Erwin Burema wrote: > > > > > > > Hi, > > > > On Wed, 13 Mar 2019 at 10

Re: Clang format config for Weston

2019-03-14 Thread Pekka Paalanen
On Thu, 14 Mar 2019 18:11:47 +0530 Harish Krupo wrote: > Pekka Paalanen writes: > > FYI, one thing I would never want to see in a patch is adding > > '/* clang-format off */' kind of directives into code. > > > > /* clang-format off */ directive is supposed to be used sparingly. If > the who

Re: [RFC wayland-protocols v2 0/1] Color Management Protocol

2019-03-14 Thread Pekka Paalanen
On Thu, 14 Mar 2019 13:27:45 +0100 Erwin Burema wrote: > On Thu, 14 Mar 2019 at 12:29, Pekka Paalanen wrote: > > > > On Wed, 13 Mar 2019 15:50:40 +0100 > > Erwin Burema wrote: > > > > > Hi, > > > On Wed, 13 Mar 2019 at 10:06, Pekka Paalanen wrote: > > > > > > > > > > > On Tue, 12 Mar 2019

Re: Clang format config for Weston

2019-03-14 Thread Harish Krupo
Pekka Paalanen writes: > On Thu, 14 Mar 2019 16:57:08 +0530 > Harish Krupo wrote: > >> Harish Krupo writes: >> >> > Hi Pekka, >> > >> > Pekka Paalanen writes: >> > >> >> On Thu, 14 Mar 2019 16:01:08 +0530 >> >> Harish Krupo wrote: >> >> >> >>> Hi, >> >>> >> >>> I have written a clang f

Re: [RFC wayland-protocols v2 0/1] Color Management Protocol

2019-03-14 Thread Erwin Burema
On Thu, 14 Mar 2019 at 12:29, Pekka Paalanen wrote: > > On Wed, 13 Mar 2019 15:50:40 +0100 > Erwin Burema wrote: > > > Hi, > > On Wed, 13 Mar 2019 at 10:06, Pekka Paalanen wrote: > > > > > > On Tue, 12 Mar 2019 17:02:53 +0100 > > > Erwin Burema wrote: > > > > > > > Hi, > > > > > > > > Comments

Re: Clang format config for Weston

2019-03-14 Thread Pekka Paalanen
On Thu, 14 Mar 2019 16:57:08 +0530 Harish Krupo wrote: > Harish Krupo writes: > > > Hi Pekka, > > > > Pekka Paalanen writes: > > > >> On Thu, 14 Mar 2019 16:01:08 +0530 > >> Harish Krupo wrote: > >> > >>> Hi, > >>> > >>> I have written a clang format file based on this example [1], to >

Re: Clang format config for Weston

2019-03-14 Thread Simon Ser
On Thursday, March 14, 2019 12:20 PM, Harish Krupo wrote: > Hi Pekka, > > Pekka Paalanen ppaala...@gmail.com writes: > > > On Thu, 14 Mar 2019 16:01:08 +0530 > > Harish Krupo harish.krupo@intel.com wrote: > > > > > Hi, > > > I have written a clang format file based on this example [1], to >

Re: Clang format config for Weston

2019-03-14 Thread Harish Krupo
Harish Krupo writes: > Hi Pekka, > > Pekka Paalanen writes: > >> On Thu, 14 Mar 2019 16:01:08 +0530 >> Harish Krupo wrote: >> >>> Hi, >>> >>> I have written a clang format file based on this example [1], to >>> match the coding style here [2]. Does the below config look okay or >>> should som

Re: [RFC wayland-protocols v2 0/1] Color Management Protocol

2019-03-14 Thread Pekka Paalanen
On Wed, 13 Mar 2019 15:50:40 +0100 Erwin Burema wrote: > Hi, > On Wed, 13 Mar 2019 at 10:06, Pekka Paalanen wrote: > > > > On Tue, 12 Mar 2019 17:02:53 +0100 > > Erwin Burema wrote: > > > > > Hi, > > > > > > Comments inline > > > On Tue, 12 Mar 2019 at 14:01, Pekka Paalanen wrote: > > > >

Re: Clang format config for Weston

2019-03-14 Thread Harish Krupo
Hi Pekka, Pekka Paalanen writes: > On Thu, 14 Mar 2019 16:01:08 +0530 > Harish Krupo wrote: > >> Hi, >> >> I have written a clang format file based on this example [1], to >> match the coding style here [2]. Does the below config look okay or >> should something be changed? >> If people are in

Re: Clang format config for Weston

2019-03-14 Thread Pekka Paalanen
On Thu, 14 Mar 2019 16:01:08 +0530 Harish Krupo wrote: > Hi, > > I have written a clang format file based on this example [1], to > match the coding style here [2]. Does the below config look okay or > should something be changed? > If people are interested, I can open a MR for this. This could

Clang format config for Weston

2019-03-14 Thread Harish Krupo
Hi, I have written a clang format file based on this example [1], to match the coding style here [2]. Does the below config look okay or should something be changed? If people are interested, I can open a MR for this. This could also be used in the CI to warn/abort if a patch isn't according to th