Re: svn commit: r1487954 - /subversion/trunk/build/generator/gen_base.py
From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Fri, 31 May 2013 13:52:44 +0100 (BST)
Bert Huijben wrote:
>> Author: julianfoad
Exactly: the "or '*.cpp'" would never be executed, so it was a mistake by whoever wrote it.
> but the "or '*.c'" would be used if
It's redundant because 'self.sources' never has an empty value at this point, because the defaulting is done earlier on by this code (which was not visible in the diff):
def __init__(self, name, options, gen_obj):
- Julian
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.