RE: [IronPython] IronPython 0.7.6 released

2005-06-19 Thread Keith J. Farmer
I was just running IronPython from the Monad command line, when a friend suggested an interesting idea. Given the object nature of Monad, it's a shame that you can't simply pass an object to an external program. But what if IronPython offered an alternative to the standard Main function, which co

RE: [IronPython] IronPython 0.7.6 released

2005-06-17 Thread Miguel de Icaza
Hey! > Yes, we do have a regression test suite that we keep extending as the > development moves forward. We are going to make it part of the > distribution package starting with the next release. This is very very good news! Thanks a million! ___ u

RE: [IronPython] IronPython 0.7.6 released

2005-06-17 Thread Martin Maly
Yes, we do have a regression test suite that we keep extending as the development moves forward. We are going to make it part of the distribution package starting with the next release. Apparently, this is something we should have done earlier. Please accept our apologies. Martin > Miguel de Ica

Re: [IronPython] IronPython 0.7.6 released

2005-06-17 Thread Miguel de Icaza
Hello, > We have just released the version 0.7.6 of IronPython. Do you have any regression test suites to check on the progress of IronPython? We would like to run these tests on IronPython in Mono to ensure that we are not missing anything. Miguel.

RE: [IronPython] IronPython 0.7.6 released

2005-06-14 Thread Martin Maly
They are implemented as members. Since the __doc__ behaves like any other member, The implementation just uses the member semantics. Consider for example: >>> class c: ... "doc 1" ... print __doc__ ... __doc__ = "doc 2" ... print __doc__ ... doc 1 doc 2 >>> I hope this answers yo

RE: [IronPython] IronPython 0.7.6 released

2005-06-14 Thread Keith J. Farmer
Out of curiosity, how are __doc__ strings being compiled? As a member, or perhaps as an attribute in the same vein as XML comments in C#? <>___ users-ironpython.com mailing list users-ironpython.com@lists.ironpython.com http://lists.ironpython.com/lis

Re: [IronPython] IronPython 0.7.6 released

2005-06-14 Thread Timothy Fitz
I know this is a pretty minor issue, but the GotDotNet community e-mail that has this information is not properly formatted. The e-mail is formatted as both HTML and Text, and the HTML version does not have line breaks () where there are newlines (\n), so your text-bulleted list runs together. (The