[rtems-libbsd commit] waf: Refector the builder to work with Python3 and UTF-8 source files.

Chris Johns chrisj at rtems.org
Thu Apr 28 00:30:58 UTC 2016


On 27/04/2016 17:38, Sebastian Huber wrote:
>
>
> On 27/04/16 04:14, Chris Johns wrote:
>>   def changedFileSummary():
>>       if isDiffMode == False:
>>           print('%d file(s) were changed:' % (filesProcessedCount))
>> -        for f in sorted(filesProcessed):
>> -            print(' %s' % (f))
>> +        if verbose():
>> +            for f in sorted(filesProcessed):
>> +                print(' %s' % (f))
>> +
>> +def read_file(name):
>
> Can we please use CamelCase or underscore names throughout, but not both
> styles in one file.
>

Yes of course, I will make a change and push soon.

Thanks
Chris


More information about the devel mailing list