Re: [Scons-dev] please try latest default branch

2014-01-13 Thread Gary Oberbrunner
Dirk, and others: I tracked down my spurious rebuild to the addition of caching changed-status in File.changed() in Node/FS.py. If I remove that caching code I don't get the rebuilds: diff --git a/src/engine/SCons/Node/FS.py b/src/engine/SCons/Node/FS.py --- a/src/engine/SCons/Node/FS.py +++

Re: [Scons-dev] please try latest default branch

2014-01-13 Thread Dirk Bächle
On 13.01.2014 20:18, Gary Oberbrunner wrote: Dirk, and others: I tracked down my spurious rebuild to the addition of caching changed-status in File.changed() in Node/FS.py. If I remove that caching code I don't get the rebuilds: diff --git a/src/engine/SCons/Node/FS.py