Re: [Scons-dev] Buildbot, Java and D...

2014-09-15 Thread Russel Winder
On Sun, 2014-09-14 at 19:51 +0200, Dirk Bächle wrote:
[…]
> I think it would really help to change them as well, see my next comment 
> below.

I did s/{}/{0}/ on all the D tests which should help on the Python 2.6
CI.

BitBucket has merged these changes into the pending PR #183. I am not
entirely certain I find this behaviour of BitBucket acceptable.

[…]
> Our plan for "default" is to integrate the stubprocess.py wrapper and 
> change the Node class to using slots next. Several people have raised 
> their concerns about these rather large changes, here a good CI would 
> help to protect against regressions.
> That's why getting (almost) all buildslaves green, should be our current 
> goal...so if you could steer the D tests into this direction, that would 
> be awesome.

Or we could just upgrade the Python 2.6 to 2.7 ;-)

-- 
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


signature.asc
Description: This is a digitally signed message part
___
Scons-dev mailing list
Scons-dev@scons.org
https://pairlist2.pair.net/mailman/listinfo/scons-dev


[Scons-dev] -j n on runtest

2014-09-15 Thread Russel Winder
If I run the D tests sequentially or with -j 2 or -j 4 on my 8 core
workstation all pass, if I use -j 6 tests start to fail. I am
discombobulated.
-- 
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


signature.asc
Description: This is a digitally signed message part
___
Scons-dev mailing list
Scons-dev@scons.org
https://pairlist2.pair.net/mailman/listinfo/scons-dev


Re: [Scons-dev] JetBrains

2014-09-15 Thread Russel Winder
On Mon, 2014-09-15 at 10:16 -0400, William Blevins wrote:
> I am partial to Netbeans.  If you can get Netbeans to build, clean, and
> debug via scons can I get instructions or better yet can we add them to the
> wiki?

The trick is to just say yes to a custom Make, and then when it asks for
details tell it all about SCons. Ugly, but it works. I have moaned to
the Netbeans product manager but sadly the whole IDE world thinks all C
and C++ builds are done with Make.

-- 
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


signature.asc
Description: This is a digitally signed message part
___
Scons-dev mailing list
Scons-dev@scons.org
https://pairlist2.pair.net/mailman/listinfo/scons-dev


Re: [Scons-dev] JetBrains

2014-09-15 Thread William Blevins
I am partial to Netbeans.  If you can get Netbeans to build, clean, and
debug via scons can I get instructions or better yet can we add them to the
wiki?
On Sep 15, 2014 8:50 AM, "Alexandre Feblot"  wrote:

> Netbeans: yes, creating a project by having it run a SCons build and scan
> build commands works quite well.
>
> 2014-09-15 13:32 GMT+02:00 Russel Winder :
>
>> I see that JetBrains new C/C++ IDE, CLion, assumes you will use CMake.
>> This will not be good for SCons use.
>>
>> I also note that Netbeans assumes you will use Autotools for C/C++
>> projects, but that you can convince it to use SCons by devious means.
>> --
>> 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
>
>
___
Scons-dev mailing list
Scons-dev@scons.org
https://pairlist2.pair.net/mailman/listinfo/scons-dev


Re: [Scons-dev] JetBrains

2014-09-15 Thread Alexandre Feblot
Netbeans: yes, creating a project by having it run a SCons build and scan
build commands works quite well.

2014-09-15 13:32 GMT+02:00 Russel Winder :

> I see that JetBrains new C/C++ IDE, CLion, assumes you will use CMake.
> This will not be good for SCons use.
>
> I also note that Netbeans assumes you will use Autotools for C/C++
> projects, but that you can convince it to use SCons by devious means.
> --
> 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


[Scons-dev] JetBrains

2014-09-15 Thread Russel Winder
I see that JetBrains new C/C++ IDE, CLion, assumes you will use CMake.
This will not be good for SCons use.

I also note that Netbeans assumes you will use Autotools for C/C++
projects, but that you can convince it to use SCons by devious means.
-- 
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


signature.asc
Description: This is a digitally signed message part
___
Scons-dev mailing list
Scons-dev@scons.org
https://pairlist2.pair.net/mailman/listinfo/scons-dev