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
> 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, but now complains about
>
> AttributeError:  object has no attribute
> 'suffix':
>
> This implies something has changed in the way that suffix attributes
> are processed and this affects the Haskell tool but not the C, C++, D,…
> ones.
>
> I am at a bit of a loss as to how to even start updating the Haskell
> tool to get round this. Does anyone have any hints…
>
> The Haskell tool repository is at:
> https://bitbucket.org/russel/scons_haskell
>
> --
> Russel.
>
> =
> Dr Russel Winder  t: +44 20 7585 2200   voip:
> sip:russel.win...@ekiga.net
> 41 Buckmaster Roadm: +44 7770 465 077   xmpp: rus...@winder.org.uk
> London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder
>
> ___
> Scons-dev mailing list
> Scons-dev@scons.org
> https://pairlist2.pair.net/mailman/listinfo/scons-dev
>
>
___
Scons-dev mailing list
Scons-dev@scons.org
https://pairlist2.pair.net/mailman/listinfo/scons-dev


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 request, which should only take a few minutes.
>>
>>
> Done, it's PR #245...
>
> Dirk
>
>
> ___
> Scons-dev mailing list
> Scons-dev@scons.org
> https://pairlist2.pair.net/mailman/listinfo/scons-dev
>
___
Scons-dev mailing list
Scons-dev@scons.org
https://pairlist2.pair.net/mailman/listinfo/scons-dev


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 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 > 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
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, but now complains about

AttributeError:  object has no attribute
'suffix':

 [...]



___
Scons-dev mailing list
Scons-dev@scons.org
https://pairlist2.pair.net/mailman/listinfo/scons-dev



___
Scons-dev mailing list
Scons-dev@scons.org
https://pairlist2.pair.net/mailman/listinfo/scons-dev


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 > 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
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, but now complains about

AttributeError:  object has no attribute
'suffix':

 [...]



___
Scons-dev mailing list
Scons-dev@scons.org
https://pairlist2.pair.net/mailman/listinfo/scons-dev