Re: [IronPython] [ANN] IronPython Community Edition 1.0r1

2006-09-13 Thread M. David Peterson
Done.  Thanks for the catch!On 9/14/06, Sanghyeon Seo <[EMAIL PROTECTED]> wrote: 2006/9/14, M. David Peterson <[EMAIL PROTECTED]>:> http://www.oreillynet.com/windows/blog/2006/09/seo_sanghyeonipce_ironpython_c.html A link to patches in your post is wrong. Please correct.Seo Sanghyeon___

Re: [IronPython] [ANN] IronPython Community Edition 1.0r1

2006-09-13 Thread Sanghyeon Seo
2006/9/14, M. David Peterson <[EMAIL PROTECTED]>: > http://www.oreillynet.com/windows/blog/2006/09/seo_sanghyeonipce_ironpython_c.html A link to patches in your post is wrong. Please correct. Seo Sanghyeon ___ users mailing list users@lists.ironpython.c

Re: [IronPython] Trac, Genshi, AST, etc.

2006-09-13 Thread M. David Peterson
>> In my opinion, writing a pysvn replacement would be a bit insane thingto do.I agree.  What I need for other projects is just a simple interface into SVN.  That's easy to get with NSvn, so the only thing I had planned to develop is a more Pythonic wrapper into the various pieces of the NSvn libra

Re: [IronPython] [ANN] IronPython Community Edition 1.0r1

2006-09-13 Thread M. David Peterson
http://www.oreillynet.com/windows/blog/2006/09/seo_sanghyeonipce_ironpython_c.htmlSeo, do you have a blog I can point people to? Either way, Thanks!  This will make things TONS easier in regards to running IronPython on Mono. :)On 9/13/06, Sanghyeon Seo < [EMAIL PROTECTED]> wrote:I am happy to anno

Re: [IronPython] Trac, Genshi, AST, etc.

2006-09-13 Thread Sanghyeon Seo
2006/9/14, M. David Peterson <[EMAIL PROTECTED]>: > Hey Seo, > > >> For SVN access, I am willing to write a VC plugin using .NET > subversion libraries like NSvn. > > I need this for other projects, and plan to take a first stab at it before > too long. If/When I do (If would be if you beat me to

Re: [IronPython] Trac, Genshi, AST, etc.

2006-09-13 Thread M. David Peterson
Hey Seo,>> For SVN access, I am willing to write a VC plugin using .NETsubversion libraries like NSvn.I need this for other projects, and plan to take a first stab at it before too long.  If/When I do (If would be if you beat me to the punch, which for obvious reasons would be fine by me :) I will

Re: [IronPython] [ANN] IronPython Community Edition 1.0r1

2006-09-13 Thread Sanghyeon Seo
2006/9/14, Sanghyeon Seo <[EMAIL PROTECTED]>: > I am happy to announce IronPython Community Edition (IPCE for short) > 1.0 revision 1, based on IronPython 1.0, to the world. I haven't included Python standard library or my DB-API for IronPython modules or useful third party modules like ElementTre

[IronPython] [ANN] IronPython Community Edition 1.0r1

2006-09-13 Thread Sanghyeon Seo
I am happy to announce IronPython Community Edition (IPCE for short) 1.0 revision 1, based on IronPython 1.0, to the world. Get it here: http://sparcs.kaist.ac.kr/~tinuviel/download/IPCE-1.0r1.zip Binary is built with Mono 1.1.17.1. Benefits of this edition: 1. You don't need to fight Mono with

Re: [IronPython] Another issue tracker component

2006-09-13 Thread Sanghyeon Seo
2006/9/14, Martin Maly <[EMAIL PROTECTED]>: > Done. Thanks! Filed #3220 as a start. http://www.codeplex.com/WorkItem/View.aspx?ProjectName=IronPython&WorkItemId=3220 Seo Sanghyeon ___ users mailing list users@lists.ironpython.com http://lists.ironpython

Re: [IronPython] Another issue tracker component

2006-09-13 Thread Martin Maly
Done. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sanghyeon Seo Sent: Wednesday, September 13, 2006 9:06 PM To: Discussion of IronPython Subject: [IronPython] Another issue tracker component It would be nice to have "Test Suite" as another component,

[IronPython] Another issue tracker component

2006-09-13 Thread Sanghyeon Seo
It would be nice to have "Test Suite" as another component, as I have got some issues to report on files under Src/Tests directory. -- Seo Sanghyeon ___ users mailing list users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpyt

Re: [IronPython] Trac, Genshi, AST, etc.

2006-09-13 Thread Sanghyeon Seo
2006/9/14, Sanghyeon Seo <[EMAIL PROTECTED]>: > Bytecode generation is problematic. Naturally IronPython can't support > new.code called with CPython bytecode. I am thinking about using > unparse to turn that to Python source and then exec to get a code > object: > http://svn.python.org/projects/p

[IronPython] Trac, Genshi, AST, etc.

2006-09-13 Thread Sanghyeon Seo
This is a little investigation I did for Trac on IronPython. The primary link of interest is: http://trac.edgewall.org/ticket/667 Okay, initially I intended to write a good introduction on involved issues to be readable by outsiders, but I give up. I paste what I wrote on Trac ticket. Food for th

Re: [IronPython] socket for IronPython update

2006-09-13 Thread Dino Viehland
A rough road map here is that we plan to release small bug fix releases (e.g. 1.0.1, 1.0.2) approximately every 6 weeks.  Those releases will big focused on fixing small non-destabilizing issues, high-priority blocking issues w/ no work around, etc…      We’ll then release 1.1 at some lat

Re: [IronPython] socket for IronPython update

2006-09-13 Thread Eric Larson
Along these same lines, with the 1.0 out how ofte can folks expect to see updates/patches? This whole socket library aspect is very exciting, so something official getting released with fixes included would be a huge help. Thanks!EricOn 9/11/06, Dino Viehland <[EMAIL PROTECTED]> wrote: Originally

Re: [IronPython] .NET attributes

2006-09-13 Thread Aaron Marten
Charlie is correct. Remember that the IronPython VSIntegration sample is really for two different set of folks: 1.) People using IronPython 2.) People trying to integrate their language into Visual Studio In the case of IronPython web services, the project templates were included only for "comp

Re: [IronPython] .NET attributes

2006-09-13 Thread Charlie Moad
I have seen these examples, but my impression was that they are not useable. The generic web site one may be, but I am pretty sure the web service example does not expose any methods as services. On 9/13/06, S H Yoon <[EMAIL PROTECTED]> wrote: > "C:\Program Files\Visual Studio > 2005SDK\2006.08\V

Re: [IronPython] .NET attributes

2006-09-13 Thread S H Yoon
"C:\Program Files\Visual Studio 2005SDK\2006.08\VisualStudioIntegration\Samples\IronPythonIntegration\WebSiteProject\WebSiteProject.proj"Seems like here and below this tree. I see plenty of examples of IPY web including Webservice. Is there a good guide to these? I am compeletly ignorant about ASP.

Re: [IronPython] .NET attributes

2006-09-13 Thread Charlie Moad
On 9/13/06, Sanghyeon Seo <[EMAIL PROTECTED]> wrote: > What is the expected timeline for support for .NET attributes in IronPython? I know this has probably been brought up before, but I wanted to speak up to maybe put a little more priority behind this. I personally feel limited many times becau

[IronPython] .NET attributes

2006-09-13 Thread Sanghyeon Seo
What is the expected timeline for support for .NET attributes in IronPython? -- Seo Sanghyeon ___ users mailing list users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

[IronPython] IronPython and AST branch

2006-09-13 Thread Sanghyeon Seo
CPython 2.5, which will be released Real Soon Now, is the first version to ship with new "AST branch", which have been in development for a long time. AST branch uses ASDL, Abstract Syntax Description Language http://asdl.sourceforge.net/ to describe Abstract Syntax Tree data structure used by CPy

Re: [IronPython] Trac on IronPython

2006-09-13 Thread M. David Peterson
Hi David,In fact, that is exactly what I have both planned and the implementation well underway.  I had forgotten to add the Python standard library into the repository, but your post reminded me and therefore I just added them now. http://dev.pypod.net/browser/vendor/LibI have already added severa