Re: [Scons-dev] Subprocess issue on Linux?

2014-04-09 Thread Bill Deegan
Dirk, That's pretty impressive! Does it pass the full regression suite? -Bill On Wed, Apr 9, 2014 at 10:14 AM, Dirk Bächle tshor...@gmx.de wrote: Hi all, I ran another benchmark for clean builds with the stubprocess.py imported. Please, find the results/graphs attached... Best regards,

Re: [Scons-dev] Subprocess issue on Linux?

2014-04-09 Thread Dirk Bächle
On 09.04.2014 19:24, Bill Deegan wrote: Dirk, That's pretty impressive! Does it pass the full regression suite? No, it doesn't work: 501/1110 (45.14%) /usr/bin/python -tt test/LEX/live.py /home/dirk/workspace/scons_dirkbaechle/src/script/scons.py returned 2 STDOUT

Re: [Scons-dev] Subprocess issue on Linux?

2014-04-09 Thread William Deegan
Dirk, Is this available in your bitbucket repo? (URL?) -Bill On April 9, 2014 at 12:35:52 PM, Kenny, Jason L (jason.l.ke...@intel.com) wrote: There has to be a little more to this as Part only does auto detection of tools, and this is working fine in Parts from our tests. ( and the fact

Re: [Scons-dev] Subprocess issue on Linux?

2014-04-09 Thread Dirk Bächle
On 09.04.2014 23:56, William Deegan wrote: Dirk, Is this available in your bitbucket repo? (URL?) No, I just used the subprocess.py from Eugene's mail and put it in my local copy of the SCons source tree (plus the import in posix.py). I didn't bother to add it to any repo yet... Dirk