[IronPython] clr.GetString, clr.GetBytes

2006-10-20 Thread Sanghyeon Seo
This is a feature request. Of course it doesn't belong to 1.0.x branch, but I hope it can be on 1.1. I want to have clr.GetString and clr.GetBytes exposed, which do the obvious thing. -- Seo Sanghyeon ___ users mailing list users@lists.ironpython.com h

Re: [IronPython] Intefaces

2006-10-20 Thread Sanghyeon Seo
2006/10/21, Dino Viehland <[EMAIL PROTECTED]>: ... We might want to still combine that w/ exposing names when there are no collisions, but making interfaces return an interface proxy would provide an easy way when that breaks down. I don't think "exposing names when there are no collisions" is a

Re: [IronPython] Intefaces

2006-10-20 Thread Dino Viehland
That's a very interesting idea. We might want to still combine that w/ exposing names when there are no collisions, but making interfaces return an interface proxy would provide an easy way when that breaks down. I've added this idea to the bug we have for this (1506, http://www.codeplex.com/

[IronPython] Upcoming IronPython Talks

2006-10-20 Thread Mahesh Prakriya
I just posted a list of our upcoming talks at http://blogs.msdn.com/ironpython   I think some of you will find it interesting. In general, I’ll post our upcoming presentations, webcasts, etc. there.   Thanks, Mahesh   ___ users maili

Re: [IronPython] Intefaces

2006-10-20 Thread Sanghyeon Seo
2006/10/20, Dino Viehland <[EMAIL PROTECTED]>: Long term we also want to expose these in a more natural way. Unfortunately we struggled with coming up with a rational way to deal w/ collisions and other corner cases and so we punted on this for v1.0 (and what C# exposes here isn't everything the CL