Re: [IronPython] List of easy to fix issues

2011-02-17 Thread Richard Nienaber
For a list of easy to fix issues, the Contributing to IronPythonpage on Codeplex has a few suggestions. You may also want to look at Repository Instructions

[IronPython] Issue Triage

2011-02-08 Thread Richard Nienaber
I've closed the following issues: #23744: overtime for the method test_long in pickletester.py #23747: NotImplementedError: readbuffer_encode #23749: TypeError: EncodeQuotedPrintable() takes at most 1 non

Re: [IronPython] Adding Unit Tests

2011-02-07 Thread Richard Nienaber
I was wondering how this is progressing. Is there any chance that this could be incorporated into the release of 2.7? This issueis sitting on 14 votes and it would be great if we could close it. Richard On Tue, Jan 11, 2011 at 2:41 AM, Slide wrote:

Re: [IronPython] IronPython Issue Workflow

2011-02-07 Thread Richard Nienaber
I've been using my own testcase template to reproduce C#/.NET interop scenarios. It may be a good idea to include a similar thing in the docs to try and standardize the testcase code that devs receive. Richard On Mon, Feb 7, 2011 at 9:03 AM, Jeff Hardy wrote: > I want to make sure I'm on the sa

[IronPython] NuGet packaging

2011-02-07 Thread Richard Nienaber
I searched in the NuGet gallery for IronPython and found that the version is still 2.6.1. It might be good to find out the process for updating this before the 2.7 release.

[IronPython] Issue Triage

2011-02-06 Thread Richard Nienaber
The following issues have been closed: - get different result for locale.setlocale method against Ironpython and cpython - OSError, because it is being used by another process.

Re: [IronPython] Interim CI server for IronPython

2011-02-03 Thread Richard Nienaber
t the results in the nunit format? It looks like TeamCity has an 'Import data from XML' option where it could point to the output from the TestRunner. Richard On Thu, Feb 3, 2011 at 9:32 PM, Jeff Hardy wrote: > On Thu, Feb 3, 2011 at 1:40 PM, Richard Nienaber > wrote: > >&g

Re: [IronPython] Interim CI server for IronPython

2011-02-03 Thread Richard Nienaber
> There's no reason that IronRuby can't be set up on teamcity.codebetter.com as well, but I'm not familiar with its build process. I've added the IronRuby and DLR solutions and the DLR unit tests to the build. Still have to check wi

Re: [IronPython] Bug Weekend prior to 2.7

2011-02-03 Thread Richard Nienaber
> Anyone else willing and able to participate? I reckon I could find a couple of hours to help out. Count me in. Richard On Thu, Feb 3, 2011 at 7:35 PM, Jeff Hardy wrote: > I'd like to organize a bug weekend prior to the release of 2.7, to try > and get some low-hanging fruit dealt with. For t

Re: [IronPython] IRC

2011-02-03 Thread Richard Nienaber
I've found the #python and #ubuntu channels on Freenode invaluable in terms of real-time help so I think it would be a good idea. Richard On Thu, Feb 3, 2011 at 7:46 PM, Slide wrote: > On Thu, Feb 3, 2011 at 12:35 PM, Jeff Hardy wrote: > > Is there any interest in an IronPython IRC channel? Is

Re: [IronPython] Switching DLR tests from MSTest to NUnit

2011-02-01 Thread Richard Nienaber
> Richard, any particular reason you went with NUnit? I went with NUnit because it's the one I'm most familiar with and the one that seems to be in wide spread use. The CI build servers that I've used ( TeamCity

Re: [IronPython] Issue Triage

2011-02-01 Thread Richard Nienaber
> I usually start import bugs by trying to re-create a simple repro of the issue and then work from there. I've managed to get as far as this point. I've tried to boild down the problem to a simple test case which I've added to the issue. What seems t

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

[IronPython] Issue Triage

2011-01-27 Thread Richard Nienaber
I've closed the following issues - Negative: Different error thrown for wrong number of parameters under PreferComDispatch mode - compiling a package with sub-packages doesnt preserve the hierarchy.

Re: [IronPython] Working towards IronPython 2.7 RTM

2011-01-23 Thread Richard Nienaber
I've changed the home page on CodePlex and under the development section I've done the following: - Renamed 'Contributing to IronPython' to 'Getting started with the source' - Created a new page called 'Contributing to IronPython

Re: [IronPython] Running tests without VS Pro - any way to make it work?

2011-01-23 Thread Richard Nienaber
> > How about distributing precompiled dll's for the testing pieces that are > absent on VS 2010 Express (SHarpDevel) installs? I think this would be a good idea. If we ever plan on getting the unit tests running on the continuous integration server, it's unlikely to have a full Visual Studio in

Re: [IronPython] Ref to "." to be omitted from sys.path. Objections?

2011-01-23 Thread Richard Nienaber
> > A example / proposed patch attached to the bug. Short note on sending in patches. The best way to propose patches is to create your own fork of the IronPython sourceson github (docs: http://help.github.com/forking/). After making your change and testing

Re: [IronPython] How to close own bug?

2011-01-23 Thread Richard Nienaber
I've verified that it works in the 2.7b1 and in the latest build so I've closed the bug. In order to close bugs, you have to have 'Developer' status on the issue tracker. If you're interested, it's not difficult to obtain and the issue you raised is a good example of many other bugs that require t

Re: [IronPython] Working towards IronPython 2.7 RTM

2011-01-20 Thread Richard Nienaber
> I've been thinking about what we need to do to get IronPython 2.7 to > RTM status, and the biggest stumbling block I have is that I don't > really know what people think of Beta 1 I'm just throwing out ideas here: - A suggestion would be to compare IronPython 2.7 release with the feature

Re: [IronPython] Issue Triage

2011-01-16 Thread Richard Nienaber
gt; so it makes sense for things to be simplified here by default (IIRC > there is one Win32 function that will expand it, probably exposed by > the shell rather than the kernel). > > Of course, without an option to switch behaviour, you are guaranteed > to upset somebody. > > On M

Re: [IronPython] Issue Triage

2011-01-16 Thread Richard Nienaber
> > Hmmm... it is still probably worth filing an issue with CPython: > <http://bugs.python.org/>http://bugs.python.org/ Will do. On Sun, Jan 16, 2011 at 5:29 PM, Michael Foord wrote: > On 16/01/2011 09:23, Richard Nienaber wrote: > > I've closed the followi

[IronPython] Issue Triage

2011-01-16 Thread Richard Nienaber
I've closed the following issues: test blocking: support setting field of value type when calling ctor keyword argument is also treated as args for params array unable to invoke delegate object with metho

Re: [IronPython] Adding Unit Tests

2011-01-11 Thread Richard Nienaber
I've got a pull request waiting that at least gets the TestRunner to run. It fixes up some bugs and disables some tests in the configuration file where missing directories caused it to crash. Richard On Tue, Jan 11, 2011 at 5:49 PM, Dino Viehland wro

Re: [IronPython] PrivateBindings fails to expose functions in internal classes, but not properties

2011-01-09 Thread Richard Nienaber
Thanks for providing the reproduction steps. I've had a look around the source and it seems like the problem is happening somewhere between CompilerHelpers.cs and PythonBinder.cs

Re: [IronPython] Patches?

2011-01-09 Thread Richard Nienaber
Is someone monitoring the pull request queueon github? Unless I'm reading it incorrectly, there's a pull request from September 1st for IronRuby that is open. Richard On Sun, Jan 9, 2011 at 4:43 AM, Jeff Hardy wrote: > On Sat, Jan 8, 2011 at 5:14 PM,

[IronPython] Issue Triage

2010-12-29 Thread Richard Nienaber
I've closed the following items: precision not respected when formatting strings IsolateStorage.GetUserStoreForApplication throws SystemError in IronPython 2.6 ipy.exe doesn't set module __name__ correct

Re: [IronPython] is it possible to raise a System.Web.Exception from IronPython?

2010-12-29 Thread Richard Nienaber
> Is there any way tocatch this exception from IronPython I'm not sure if there's a corresponding python exception but you can definitely catch the WebException: C#: using System.Net; public class RaiseException { public void Raise() { throw new WebException("My Exception"); } } IronPython

Re: [IronPython] Passing arguments to C#

2010-12-28 Thread Richard Nienaber
Hi Mark I managed to find the followingin the mailing list archives which seems to indicate that it was a design decision: We thought the implicit conversion from a List to an array was a little > evil. The array co

[IronPython] Issue Triage

2010-12-13 Thread Richard Nienaber
The issues below look like they can be set to fixed. - ref parameter doesn't work with protected methods - Skype4COM and System.Windows.Forms.AxHost+Invalid ActiveXStateException

Re: [IronPython] Issue Triage

2010-12-09 Thread Richard Nienaber
I've identified the following issues that I think are fixed: PEP 342 broken -- generator.send() causes IPy exception socket.gethostbyaddr("") broken under .NET 4.0 Beta (It looks like the correct behavio