Re: [OE-core] PLEASE READ: Major change landing shortly (python whitespace)

2012-07-20 Thread Jack Mitchell
On 19/07/12 16:23, Martin Jansa wrote: On Thu, Jul 19, 2012 at 03:44:50PM +0100, Jack Mitchell wrote: On 18/07/12 11:06, Richard Purdie wrote: snip So I am going to: a) Try and flush through as many pending patches as I can. b) Check in a warning into bitbake master and increase its version c

Re: [OE-core] PLEASE READ: Major change landing shortly (python whitespace)

2012-07-19 Thread Martin Jansa
On Thu, Jul 19, 2012 at 03:44:50PM +0100, Jack Mitchell wrote: > On 18/07/12 11:06, Richard Purdie wrote: > > snip > > > > So I am going to: > > > > a) Try and flush through as many pending patches as I can. > > b) Check in a warning into bitbake master and increase its version > > c) Require that

Re: [OE-core] PLEASE READ: Major change landing shortly (python whitespace)

2012-07-19 Thread Jack Mitchell
On 18/07/12 11:06, Richard Purdie wrote: snip So I am going to: a) Try and flush through as many pending patches as I can. b) Check in a warning into bitbake master and increase its version c) Require that version in OE-Core d) Commit a significant set of whitespace changes to OE-Core, resolvin

Re: [OE-core] PLEASE READ: Major change landing shortly (python whitespace)

2012-07-18 Thread Richard Purdie
On Wed, 2012-07-18 at 11:17 +0100, Burton, Ross wrote: > On 18 July 2012 11:06, Richard Purdie > wrote: > > I put a proposal to the TSC, that we have bitbake warn/error whenever it > > finds tab characters in any python function. The advantage of this is > > that we give the user a clear definitiv

Re: [OE-core] PLEASE READ: Major change landing shortly (python whitespace)

2012-07-18 Thread Burton, Ross
On 18 July 2012 11:06, Richard Purdie wrote: > I put a proposal to the TSC, that we have bitbake warn/error whenever it > finds tab characters in any python function. The advantage of this is > that we give the user a clear definitive error. The downside is that > we'll have to go through all the

[OE-core] PLEASE READ: Major change landing shortly (python whitespace)

2012-07-18 Thread Richard Purdie
It's become clear we have a horrible mixture of whitespace (tabs and space) in python functions. At first glance this sounds trivial but there is a serious problem if pieces of code get mixed together with different whitespace since they may or may not work as intended. The documented standard for