On Tue, Nov 10, 2015 at 11:12 PM, Jason Kenny <[email protected]> wrote:
> A node can be used in many different files. The creation of a node is more > like: > > > > Env.File() => env.fs.file() => look up file in fs tree, if not found > create a new one. > But who creates the actual node - Node() constructor? > The main issue here is that the loop up can happen in many different > places. So I am not sure it is clear if a given call is making a node or > trying to get one plus even if we had every node how do we know which > source is the right one use? > Is it possible to create infinite loop in SCons?
_______________________________________________ Scons-dev mailing list [email protected] https://pairlist2.pair.net/mailman/listinfo/scons-dev
