[IronPython] codeplex-dlr solution

2011-01-30 Thread Richard Nienaber
I've been trying to get all the solutions to compile in the source code and I'm stuck on Codeplex-DLR.sln. It references a few projects that are not there namely: Samples ET_Sample1_CS ShapeScript Sympl Sympl35 Sympl35cponly examples python If I delete these projects then the solution

Re: [IronPython] codeplex-dlr solution

2011-01-30 Thread Tomas Matousek
Yes, some code is missing. I'll add Sympl today. Also CodePlex-DLR.sln is not needed any more (some changes might be needed to remove it, I plan to look at it). Dlr.sln - solution that rebuilds everything (Ipy, Irb, test assemblies, etc) IronPython.sln

[IronPython] Issue Triage

2011-01-30 Thread Bruce Bromberek
I though I'd help by going through any issues tagged with High importance, unassigned, starting with ones from previous releases and seeing is they are still relevant. Issue 26426, which involves sympy (algebraic manipulation) under ironpython. With the most recent git version of sympy and

Re: [IronPython] Proposed Release Schedule for 2.7

2011-01-30 Thread Tomas Matousek
I propose we sync IronRuby releases with IronPython as follows: IronRuby - IronPython - date 1.1.2 - Beta 2 - February 6 none - RC1 - February 20 none - RC2 - February 27 1.1.3 - RTM - March 6 Tomas -Original Message- From: users-boun...@lists.ironpython.com

Re: [IronPython] Proposed Release Schedule for 2.7

2011-01-30 Thread Jeff Hardy
Sounds good to me. Does the DLR version still need to be bumped? - Jeff On Sun, Jan 30, 2011 at 1:37 PM, Tomas Matousek tomas.matou...@microsoft.com wrote: I propose we sync IronRuby releases with IronPython as follows: IronRuby - IronPython - date 1.1.2 - Beta 2 - February 6 none - RC1 -

Re: [IronPython] Proposed Release Schedule for 2.7

2011-01-30 Thread Tomas Matousek
Yes, there have been changes to outer ring. I'm changing the version right now :) Tomas -Original Message- From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Jeff Hardy Sent: Sunday, January 30, 2011 12:49 PM To: Discussion of IronPython

Re: [IronPython] Issue Triage

2011-01-30 Thread Dino Viehland
There's probably an Integer.py somewhere in sympy and this is probably an import bug. If someone was particularly ambitious they could re-write import by porting CPython's import to IronPython - viola, no more import bugs! :) Otherwise it's all about figuring out how we're differing in import

Re: [IronPython] Sho

2011-01-30 Thread Curt Hagenlocher
There's a nice blog entry on using Solver Foundation to do optimization from IronPython here: http://blogs.msdn.com/b/natbr/archive/2011/01/28/optimization-modeling-using-solver-foundation-and-sho.aspx On Wed, Jan 26, 2011 at 11:51 AM, Sumit Basu sum...@microsoft.com wrote: Thanks for the