Re: [IronPython] SCons on IronPython 2.0B2

2008-05-06 Thread Dino Viehland
D] On Behalf Of Jeff Hardy Sent: Monday, May 05, 2008 4:50 PM To: Discussion of IronPython Subject: Re: [IronPython] SCons on IronPython 2.0B2 Hi Dino, Thanks for all the information! I find it helpful when filing bugs to know how the team prioritizes bugs, what they look for, etc. It makes it eas

Re: [IronPython] SCons on IronPython 2.0B2

2008-05-05 Thread Jeff Hardy
Future. Those are bugs we don't think we can get to anytime > soon due to deep architectural issues. If something's been moved to 2.1 then > it's more the case that we think this can wait and that's an easy decision to > reverse. > > > -Original Message- >

Re: [IronPython] SCons on IronPython 2.0B2

2008-05-05 Thread Dino Viehland
think this can wait and that's an easy decision to reverse. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Hardy Sent: Saturday, May 03, 2008 12:40 AM To: Discussion of IronPython Subject: Re: [IronPython] SCons on IronPython 2.0B2 Hi Dino, Yea

Re: [IronPython] SCons on IronPython 2.0B2

2008-05-03 Thread Jeff Hardy
Of Jeff Hardy > Sent: Friday, May 02, 2008 11:20 PM > To: Discussion of IronPython; [EMAIL PROTECTED] > Subject: [IronPython] SCons on IronPython 2.0B2 > > Hi all, > SCons now 'works' on IronPython 2.0b2. I can compile a very simple C++ > project, but there ar

Re: [IronPython] SCons on IronPython 2.0B2

2008-05-02 Thread Dino Viehland
iday, May 02, 2008 11:20 PM To: Discussion of IronPython; [EMAIL PROTECTED] Subject: [IronPython] SCons on IronPython 2.0B2 Hi all, SCons now 'works' on IronPython 2.0b2. I can compile a very simple C++ project, but there are a few caveats: * no registry module, so no tool detection. The SConsc

[IronPython] SCons on IronPython 2.0B2

2008-05-02 Thread Jeff Hardy
Hi all, SCons now 'works' on IronPython 2.0b2. I can compile a very simple C++ project, but there are a few caveats: * no registry module, so no tool detection. The SConscript needs to import the environment to find any tools. * Need a dummy signal module (attached) * Need a subprocess module (h