On Wed, Jul 11, 2012 at 11:54 AM, Peter Seebach <[email protected]> wrote: > Okay, crazy thought. Imagine that we were to make a modified parser, > with the following behavior: > > Whenever reading a python function, count the indentation of the first > line (N), then replace every N spaces of indentation with 4 spaces. > > If this worked, it would make it possible to start fixing stuff.
That's one possibility. The other would be to treat _append/_prepended functions as independent entities. Rather than concatenating functions, it'd add them to the prefuncs/postfuncs or equivalent. Without concatenation, there'd be no issues with mismatches. -- Christopher Larson _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
