Re: [Scons-dev] Anyone any hints…

2015-09-05 Thread Dirk Bächle
Hi Russel, On 05.09.2015 10:48, Russel Winder wrote: On Tue, 2015-09-01 at 23:14 +0200, Dirk Bächle wrote: On 01.09.2015 22:37, Dirk Bächle wrote: > Hi, > > just checked this...and it looks like I forgot to add the "suffix" > attribute to the "__getattr__" for backward compatibility. I'll > pre

Re: [Scons-dev] Anyone any hints…

2015-09-05 Thread Russel Winder
On Tue, 2015-09-01 at 23:14 +0200, Dirk Bächle wrote: > On 01.09.2015 22:37, Dirk Bächle wrote: > > Hi, > > > > just checked this...and it looks like I forgot to add the "suffix" > > attribute to the "__getattr__" for backward compatibility. I'll > > prepare a pull request, which should only take

Re: [Scons-dev] Anyone any hints…

2015-09-01 Thread Bill Deegan
Merged.. buildbot running tests.. On Tue, Sep 1, 2015 at 5:14 PM, Dirk Bächle wrote: > On 01.09.2015 22:37, Dirk Bächle wrote: > >> Hi, >> >> just checked this...and it looks like I forgot to add the "suffix" >> attribute to the "__getattr__" for backward compatibility. I'll >> prepare a pull re

Re: [Scons-dev] Anyone any hints…

2015-09-01 Thread Dirk Bächle
On 01.09.2015 22:37, Dirk Bächle wrote: Hi, just checked this...and it looks like I forgot to add the "suffix" attribute to the "__getattr__" for backward compatibility. I'll prepare a pull request, which should only take a few minutes. Done, it's PR #245... Dirk __

Re: [Scons-dev] Anyone any hints…

2015-09-01 Thread Dirk Bächle
Hi, just checked this...and it looks like I forgot to add the "suffix" attribute to the "__getattr__" for backward compatibility. I'll prepare a pull request, which should only take a few minutes. Best regards, Dirk On 01.09.2015 22:18, Dirk Bächle wrote: On 01.09.2015 22:00, Bill Deegan wr

Re: [Scons-dev] Anyone any hints…

2015-09-01 Thread Dirk Bächle
On 01.09.2015 22:00, Bill Deegan wrote: Could this be related to the slots change which was merged to default a little while ago? -Bill Judging from the error message, most definitely. ;) Dirk On Tue, Sep 1, 2015 at 3:31 PM, Russel Winder mailto:rus...@winder.org.uk>> wrote: I have be

Re: [Scons-dev] Anyone any hints…

2015-09-01 Thread Bill Deegan
Could this be related to the slots change which was merged to default a little while ago? -Bill On Tue, Sep 1, 2015 at 3:31 PM, Russel Winder wrote: > I have been updating my SCons clone, which I use for production use, as > and when. To date nothing has gone wrong, which is great. However, I >

[Scons-dev] Anyone any hints…

2015-09-01 Thread Russel Winder
I have been updating my SCons clone, which I use for production use, as and when. To date nothing has gone wrong, which is great. However, I just tried building something that involves using the Haskell tool I synthesised from various stuff from the SCons wiki and elsewhere. This used to work fine,